mirror of
https://github.com/neovim/neovim.git
synced 2026-06-27 13:45:30 +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