view src/proto/popupmnu.pro @ 11550:2c50b9397c20

Added tag v8.0.0657 for changeset f5add45f98488daa918fe9f6cb35964692b25cf2
author Christian Brabandt <cb@256bit.org>
date Thu, 22 Jun 2017 21:45:04 +0200
parents 21b0a39d13ed
children ebb4f6c93598
line wrap: on
line source

/* popupmnu.c */
void pum_display(pumitem_T *array, int size, int selected);
void pum_redraw(void);
void pum_undisplay(void);
void pum_clear(void);
int pum_visible(void);
int pum_get_height(void);
/* vim: set ft=c : */