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

patch 8.1.1559: popup window title property not implemented yet

Problem:    Popup window title property not implemented yet.
Solution:   Implement the title property.
This commit is contained in:
Bram Moolenaar
2019-06-16 20:09:10 +02:00
parent a730e55cc2
commit eb2310d47d
9 changed files with 98 additions and 26 deletions

View File

@@ -2891,6 +2891,7 @@ struct window_S
pos_save_T w_save_cursor; /* backup of cursor pos and topline */
#ifdef FEAT_TEXT_PROP
int w_popup_flags; // POPF_ values
char_u *w_popup_title;
poppos_T w_popup_pos;
int w_popup_fixed; // do not shift popup to fit on screen
int w_zindex;