Home
last modified time | relevance | path

Searched refs:pending_cursor_update (Results 1 – 1 of 1) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dui.c58 static bool pending_cursor_update = false; variable
214 pending_cursor_update = true; in ui_refresh()
409 pending_cursor_update = true; // restore the cursor later in ui_line()
429 pending_cursor_update = true; in ui_grid_cursor_goto()
436 pending_cursor_update = true; in ui_check_cursor_grid()
462 if (pending_cursor_update) { in ui_flush()
464 pending_cursor_update = false; in ui_flush()