refactor(grid): use batched updates for statusline and ruler

This commit is contained in:
bfredl
2023-09-26 14:28:58 +02:00
parent 0b2667ed36
commit 10cabf7877
4 changed files with 25 additions and 29 deletions

View File

@@ -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);
}
}