view src/proto/popupmnu.pro @ 7913:a3d82880fca7

Added tag v7.4.1252 for changeset 1c6ef9113556ff477d0b17844b9a28f123ee06c6
author Christian Brabandt <cb@256bit.org>
date Wed, 03 Feb 2016 22:30:05 +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 : */