comparison src/structs.h @ 16839:032d5335987e v8.1.1421

patch 8.1.1421: drawing "~" line in popup window commit https://github.com/vim/vim/commit/1714696600f2859f897f4ffb33cedb5de09eded3 Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 30 00:12:11 2019 +0200 patch 8.1.1421: drawing "~" line in popup window Problem: Drawing "~" line in popup window. Solution: Just draw text in the last line of the popup window.
author Bram Moolenaar <Bram@vim.org>
date Thu, 30 May 2019 00:15:05 +0200
parents b1b7c7a31679
children 19162ff4eacd
comparison
equal deleted inserted replaced
16838:2185324ec26b 16839:032d5335987e
2879 int w_minwidth; // "minwidth" for popup window 2879 int w_minwidth; // "minwidth" for popup window
2880 int w_maxheight; // "maxheight" for popup window 2880 int w_maxheight; // "maxheight" for popup window
2881 int w_maxwidth; // "maxwidth" for popup window 2881 int w_maxwidth; // "maxwidth" for popup window
2882 int w_wantline; // "line" for popup window 2882 int w_wantline; // "line" for popup window
2883 int w_wantcol; // "col" for popup window 2883 int w_wantcol; // "col" for popup window
2884 varnumber_T w_popup_last_changedtick; // b:changedtick when position was
2885 // computed
2884 # if defined(FEAT_TIMERS) 2886 # if defined(FEAT_TIMERS)
2885 timer_T *w_popup_timer; // timer for closing popup window 2887 timer_T *w_popup_timer; // timer for closing popup window
2886 # endif 2888 # endif
2887 #endif 2889 #endif
2888 2890