mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 07:18:17 +00:00
api/ui: win_viewport event for visible range and cursor position in window
This commit is contained in:
@@ -424,7 +424,7 @@ int ui_current_col(void)
|
||||
void ui_flush(void)
|
||||
{
|
||||
cmdline_ui_flush();
|
||||
win_ui_flush_positions();
|
||||
win_ui_flush();
|
||||
msg_ext_ui_flush();
|
||||
msg_scroll_flush();
|
||||
|
||||
|
Reference in New Issue
Block a user