comparison src/structs.h @ 16888:ec61b6b79865 v8.1.1445

patch 8.1.1445: popup window border highlight not implemented yet commit https://github.com/vim/vim/commit/790498b509443f96f39431d2bc87b777efbe250f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 1 22:15:29 2019 +0200 patch 8.1.1445: popup window border highlight not implemented yet Problem: Popup window border highlight not implemented yet. Solution: Implement the "borderhighlight" option.
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Jun 2019 22:30:05 +0200
parents 59e4148c0c73
children 5131023c5728
comparison
equal deleted inserted replaced
16887:a8aa4c4ffa4a 16888:ec61b6b79865
2888 int w_maxwidth; // "maxwidth" for popup window 2888 int w_maxwidth; // "maxwidth" for popup window
2889 int w_wantline; // "line" for popup window 2889 int w_wantline; // "line" for popup window
2890 int w_wantcol; // "col" for popup window 2890 int w_wantcol; // "col" for popup window
2891 int w_popup_padding[4]; // popup padding top/right/bot/left 2891 int w_popup_padding[4]; // popup padding top/right/bot/left
2892 int w_popup_border[4]; // popup border top/right/bot/left 2892 int w_popup_border[4]; // popup border top/right/bot/left
2893 char_u *w_border_highlight[4]; // popup border highlight
2894 int w_border_char[8]; // popup border characters
2893 varnumber_T w_popup_last_changedtick; // b:changedtick when position was 2895 varnumber_T w_popup_last_changedtick; // b:changedtick when position was
2894 // computed 2896 // computed
2895 callback_T w_filter_cb; // popup filter callback 2897 callback_T w_filter_cb; // popup filter callback
2896 # if defined(FEAT_TIMERS) 2898 # if defined(FEAT_TIMERS)
2897 timer_T *w_popup_timer; // timer for closing popup window 2899 timer_T *w_popup_timer; // timer for closing popup window