mirror of
https://github.com/neovim/neovim.git
synced 2025-11-28 13:10:44 +00:00
multigrid: Add win_position event
Throttle win_position events
This commit is contained in:
committed by
Björn Linse
parent
01555de2da
commit
d5754eae02
@@ -377,6 +377,7 @@ int ui_current_col(void)
|
||||
void ui_flush(void)
|
||||
{
|
||||
cmdline_ui_flush();
|
||||
win_ui_flush();
|
||||
if (pending_cursor_update) {
|
||||
ui_call_grid_cursor_goto(cursor_grid_handle, row, col);
|
||||
pending_cursor_update = false;
|
||||
|
||||
Reference in New Issue
Block a user