view src/proto/popupmnu.pro @ 7264:b1b86aa171cd v7.4.940

commit https://github.com/vim/vim/commit/2a1b474fd82aff922f18570593972b12feaa2073 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 24 18:15:51 2015 +0100 patch 7.4.940 Problem: vt52 terminal codes are not correct. Solution: Move entries outside of #if. (Random) Adjustments based on documented codes.
author Christian Brabandt <cb@256bit.org>
date Tue, 24 Nov 2015 18:30:04 +0100
parents e63691e7c504
children 21b0a39d13ed
line wrap: on
line source

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