mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 18:06:30 +00:00
ui/compositor: add redraws needed due to intersected doublewidth chars.
This commit is contained in:
@@ -363,7 +363,7 @@ void pum_redraw(void)
|
||||
|
||||
if (!pum_grid.chars
|
||||
|| pum_grid.Rows != pum_height || pum_grid.Columns != grid_width) {
|
||||
grid_alloc(&pum_grid, pum_height, grid_width, !moved);
|
||||
grid_alloc(&pum_grid, pum_height, grid_width, !moved, false);
|
||||
ui_call_grid_resize(pum_grid.handle, pum_grid.Columns, pum_grid.Rows);
|
||||
} else if (moved) {
|
||||
grid_invalidate(&pum_grid);
|
||||
|
Reference in New Issue
Block a user