mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +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]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
78b39d510a
commit
dc2860d821
@@ -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();
|
||||||
|
Reference in New Issue
Block a user