mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
API/UI: Allow UI to set PUM position and size, and pass the position to CompleteChanged
This commit is contained in:
@@ -53,7 +53,12 @@ struct ui_t {
|
||||
bool ui_ext[kUIExtCount]; ///< Externalized UI capabilities.
|
||||
int width;
|
||||
int height;
|
||||
int pum_nlines; /// actual nr. lines shown in PUM
|
||||
bool pum_pos; /// UI reports back pum position?
|
||||
int pum_row;
|
||||
int pum_col;
|
||||
int pum_height;
|
||||
int pum_width;
|
||||
void *data;
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
|
Reference in New Issue
Block a user