mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
refactor(grid): use batched updates for statusline and ruler
This commit is contained in:
@@ -953,6 +953,7 @@ void win_grid_alloc(win_T *wp)
|
||||
if ((resizing_screen || was_resized) && want_allocation) {
|
||||
ui_call_grid_resize(grid_allocated->handle,
|
||||
grid_allocated->cols, grid_allocated->rows);
|
||||
ui_check_cursor_grid(grid_allocated->handle);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user