mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
fix(ui): send multigrid message position and size when the UI is refreshed
This commit is contained in:
@@ -229,6 +229,7 @@ void ui_refresh(void)
|
||||
}
|
||||
msg_scroll_flush();
|
||||
}
|
||||
msg_ui_refresh();
|
||||
|
||||
if (!ui_active()) {
|
||||
return;
|
||||
|
Reference in New Issue
Block a user