mirror of
https://github.com/neovim/neovim.git
synced 2026-06-26 05:05:30 +00:00
fix(terminal): call validate_cursor to update the viewport
(cherry picked from commit 0f5f0dd07b)
This commit is contained in:
committed by
github-actions[bot]
parent
78b39d510a
commit
dc2860d821
@@ -531,6 +531,7 @@ static int terminal_check(VimState *state)
|
||||
}
|
||||
|
||||
terminal_check_cursor();
|
||||
validate_cursor();
|
||||
|
||||
if (must_redraw) {
|
||||
update_screen();
|
||||
|
||||
Reference in New Issue
Block a user