view src/proto/popupmnu.pro @ 11936:84e482f5ae52

Added tag v8.0.0847 for changeset 976b480ced9aaebddff2b590202169340f53b0a4
author Christian Brabandt <cb@256bit.org>
date Thu, 03 Aug 2017 14:30:05 +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 : */