mirror of
https://github.com/neovim/neovim.git
synced 2026-08-28 10:01:49 +00:00
tui: reenable cursor movement optimizations (leftover from #8221)
This commit is contained in:
@@ -606,8 +606,6 @@ static void cursor_goto(UI *ui, int row, int col)
|
||||
if (row == grid->row && col == grid->col) {
|
||||
return;
|
||||
}
|
||||
grid->row = row;
|
||||
grid->col = col;
|
||||
if (0 == row && 0 == col) {
|
||||
unibi_out(ui, unibi_cursor_home);
|
||||
ugrid_goto(grid, row, col);
|
||||
|
||||
Reference in New Issue
Block a user