mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.1.1410: popup_move() is not implemented yet
Problem: Popup_move() is not implemented yet. Solution: Implement it. (Yasuhiro Matsumoto, closes #4441) Improve the positioning and resizing.
This commit is contained in:
@@ -2873,8 +2873,12 @@ struct window_S
|
||||
#ifdef FEAT_TEXT_PROP
|
||||
int w_popup_flags; // PFL_ values
|
||||
int w_zindex;
|
||||
int w_minheight; // "minheight" for popup window
|
||||
int w_minwidth; // "minwidth" for popup window
|
||||
int w_maxheight; // "maxheight" for popup window
|
||||
int w_maxwidth; // "maxwidth" for popup window
|
||||
int w_wantline; // "line" for popup window
|
||||
int w_wantcol; // "col" for popup window
|
||||
# if defined(FEAT_TIMERS)
|
||||
timer_T *w_popup_timer; // timer for closing popup window
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user