mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
parent
c036e24f39
commit
96059d72e5
@ -1099,6 +1099,7 @@ static void tui_grid_scroll(UI *ui, Integer g, Integer startrow, Integer endrow,
|
||||
set_scroll_region(ui, top, bot, left, right);
|
||||
}
|
||||
cursor_goto(ui, top, left);
|
||||
update_attrs(ui, 0);
|
||||
|
||||
if (rows > 0) {
|
||||
if (rows == 1) {
|
||||
|
Loading…
Reference in New Issue
Block a user