mirror of
https://github.com/neovim/neovim.git
synced 2025-12-04 13:42:41 +00:00
committed by
Justin M. Keyes
parent
16babc6687
commit
dd4a5fcbb6
@@ -22,6 +22,7 @@ struct ui_t {
|
||||
void (*clear)(UI *ui);
|
||||
void (*eol_clear)(UI *ui);
|
||||
void (*cursor_goto)(UI *ui, int row, int col);
|
||||
void (*cursor_style_set)(UI *ui, Dictionary cursor_shapes);
|
||||
void (*update_menu)(UI *ui);
|
||||
void (*busy_start)(UI *ui);
|
||||
void (*busy_stop)(UI *ui);
|
||||
|
||||
Reference in New Issue
Block a user