fix(terminal): call validate_cursor to update the viewport

This commit is contained in:
Fred Sundvik
2023-07-22 16:49:32 +03:00
parent 183147a906
commit 0f5f0dd07b

View File

@@ -532,6 +532,7 @@ static int terminal_check(VimState *state)
}
terminal_check_cursor();
validate_cursor();
if (must_redraw) {
update_screen();