view src/proto/popupmnu.pro @ 8572:3a9940e5a43c

Added tag v7.4.1575 for changeset debe6347024de198b0809703218c975144a53295
author Christian Brabandt <cb@256bit.org>
date Tue, 15 Mar 2016 18:15:04 +0100
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 : */