aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/ui.h')
-rw-r--r--src/nvim/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/ui.h b/src/nvim/ui.h
index e1dd18a289..2e2cdf9ad1 100644
--- a/src/nvim/ui.h
+++ b/src/nvim/ui.h
@@ -53,6 +53,7 @@ struct ui_t {
bool ui_ext[kUIExtCount]; ///< Externalized UI capabilities.
int width;
int height;
+ int pum_height;
void *data;
#ifdef INCLUDE_GENERATED_DECLARATIONS