mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
fix(terminal): call validate_cursor to update the viewport
This commit is contained in:
@@ -532,6 +532,7 @@ static int terminal_check(VimState *state)
|
||||
}
|
||||
|
||||
terminal_check_cursor();
|
||||
validate_cursor();
|
||||
|
||||
if (must_redraw) {
|
||||
update_screen();
|
||||
|
Reference in New Issue
Block a user