comparison src/structs.h @ 17202:4b40e8821f56 v8.1.1600

patch 8.1.1600: cannot specify highlighting for popup window scrollbar commit https://github.com/vim/vim/commit/4cd583c6da08ce2f87e1c07b6490a74bb3c3d0c0 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 26 05:13:57 2019 +0200 patch 8.1.1600: cannot specify highlighting for popup window scrollbar Problem: Cannot specify highlighting for popup window scrollbar. Solution: Add "scrollbarhighlight" and "thumbhighlight" options.
author Bram Moolenaar <Bram@vim.org>
date Wed, 26 Jun 2019 05:15:05 +0200
parents 8581779aa16f
children 11f3cf51d43b
comparison
equal deleted inserted replaced
17201:ed5e42387f8b 17202:4b40e8821f56
2902 int w_wantline; // "line" for popup window 2902 int w_wantline; // "line" for popup window
2903 int w_wantcol; // "col" for popup window 2903 int w_wantcol; // "col" for popup window
2904 int w_firstline; // "firstline" for popup window 2904 int w_firstline; // "firstline" for popup window
2905 int w_want_scrollbar; // when zero don't use a scrollbar 2905 int w_want_scrollbar; // when zero don't use a scrollbar
2906 int w_has_scrollbar; // scrollbar displayed 2906 int w_has_scrollbar; // scrollbar displayed
2907 char_u *w_scrollbar_highlight; // "scrollbarhighlight"
2908 char_u *w_thumb_highlight; // "thumbhighlight"
2907 int w_popup_padding[4]; // popup padding top/right/bot/left 2909 int w_popup_padding[4]; // popup padding top/right/bot/left
2908 int w_popup_border[4]; // popup border top/right/bot/left 2910 int w_popup_border[4]; // popup border top/right/bot/left
2909 char_u *w_border_highlight[4]; // popup border highlight 2911 char_u *w_border_highlight[4]; // popup border highlight
2910 int w_border_char[8]; // popup border characters 2912 int w_border_char[8]; // popup border characters
2911 varnumber_T w_popup_last_changedtick; // b:changedtick when position was 2913 varnumber_T w_popup_last_changedtick; // b:changedtick when position was