diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-10-04 09:06:09 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-10-04 09:06:09 +0000 |
commit | 9b9714bee4a033a6ba782ce0bdbd98d821c6993f (patch) | |
tree | 64f58d6558850708065f5168de009a4b4a637824 /src/proto/popupmenu.pro | |
parent | 761b1131b8c368469c3523bdcfdd2d4a8acce938 (diff) | |
download | vim-git-9b9714bee4a033a6ba782ce0bdbd98d821c6993f.tar.gz |
updated for version 7.0154
Diffstat (limited to 'src/proto/popupmenu.pro')
-rw-r--r-- | src/proto/popupmenu.pro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/proto/popupmenu.pro b/src/proto/popupmenu.pro new file mode 100644 index 000000000..98fac22ec --- /dev/null +++ b/src/proto/popupmenu.pro @@ -0,0 +1,8 @@ +/* popupmenu.c */ +void pum_display __ARGS((char_u **array, int size, int selected, int row, int height, int col)); +void pum_redraw __ARGS((void)); +void pum_set_selected __ARGS((int n)); +void pum_undisplay __ARGS((void)); +void pum_clear __ARGS((void)); +int pum_visible __ARGS((void)); +/* vim: set ft=c : */ |