fix(terminal): call validate_cursor to update the viewport

(cherry picked from commit 0f5f0dd07b)
This commit is contained in:
Fred Sundvik
2023-07-22 16:49:32 +03:00
committed by github-actions[bot]
parent 78b39d510a
commit dc2860d821

View File

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