0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.1.1406: popup_hide() and popup_show() not implemented yet

Problem:    popup_hide() and popup_show() not implemented yet.
Solution:   Implement the functions.
This commit is contained in:
Bram Moolenaar
2019-05-26 22:17:52 +02:00
parent 68e6560b84
commit 2cd0dce898
9 changed files with 135 additions and 18 deletions

View File

@@ -2871,6 +2871,7 @@ struct window_S
int w_vsep_width; /* Number of separator columns (0 or 1). */
pos_save_T w_save_cursor; /* backup of cursor pos and topline */
#ifdef FEAT_TEXT_PROP
int w_popup_flags; // PFL_ values
int w_zindex;
int w_maxheight; // "maxheight" for popup window
int w_maxwidth; // "maxwidth" for popup window