mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
external pum: use floating point geometry; typval: add tv_dict_add_float
This commit is contained in:
@@ -53,12 +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;
|
||||
int pum_nlines; /// actual nr. lines shown in PUM
|
||||
bool pum_pos; /// UI reports back pum position?
|
||||
double pum_row;
|
||||
double pum_col;
|
||||
double pum_height;
|
||||
double pum_width;
|
||||
void *data;
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
|
Reference in New Issue
Block a user