aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ui.h
diff options
context:
space:
mode:
authorerw7 <erw7.github@gmail.com>2019-07-12 12:47:20 +0900
committererw7 <erw7.github@gmail.com>2019-09-08 12:25:49 +0900
commit55b1126a22394a3c6c212cc323d53de405cca98d (patch)
treeb11ed6bb29cf229ce7f75a5e4cefc6c1615e6e03 /src/nvim/ui.h
parent3dbd94dafa25b6bd5a425b3a5b0c57ee196bde27 (diff)
downloadrneovim-55b1126a22394a3c6c212cc323d53de405cca98d.tar.gz
rneovim-55b1126a22394a3c6c212cc323d53de405cca98d.tar.bz2
rneovim-55b1126a22394a3c6c212cc323d53de405cca98d.zip
Add nvim_ui_pum_set_height to api
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