view src/proto/popupmnu.pro @ 10661:f098faca8362

Added tag v8.0.0220 for changeset 715836a72361cf377af2016072ac04f861b6be9d
author Christian Brabandt <cb@256bit.org>
date Sun, 22 Jan 2017 19:30: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 : */