mirror of
https://github.com/neovim/neovim.git
synced 2026-01-05 12:57:45 +00:00
fix(ui): send multigrid message position and size when the UI is refreshed
This commit is contained in:
@@ -973,6 +973,10 @@ function Screen:_reset()
|
||||
self.wildmenu_items = nil
|
||||
self.wildmenu_pos = nil
|
||||
self._grid_win_extmarks = {}
|
||||
self.msg_grid = nil
|
||||
self.msg_grid_pos = nil
|
||||
self.msg_scrolled = false
|
||||
self.msg_sep_char = nil
|
||||
end
|
||||
|
||||
--- @param cursor_style_enabled boolean
|
||||
|
||||
Reference in New Issue
Block a user