mirror of
https://github.com/neovim/neovim.git
synced 2025-09-22 19:18:34 +00:00
screen: make ui_compositor aware of the intended size of a float
This commit is contained in:
@@ -6248,6 +6248,9 @@ retry:
|
||||
tab_page_click_defs = new_tab_page_click_defs;
|
||||
tab_page_click_defs_size = Columns;
|
||||
|
||||
default_grid.comp_height = Rows;
|
||||
default_grid.comp_width = Columns;
|
||||
|
||||
default_grid.row_offset = 0;
|
||||
default_grid.col_offset = 0;
|
||||
default_grid.handle = DEFAULT_GRID_HANDLE;
|
||||
|
Reference in New Issue
Block a user