comparison src/structs.h @ 26488:06aa56b32df4 v8.2.3774

patch 8.2.3774: test for command line height fails Commit: https://github.com/vim/vim/commit/b711814cb64b60ec4918e3e1fb2ca5c50d6e9340 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 10 13:40:08 2021 +0000 patch 8.2.3774: test for command line height fails Problem: Test for command line height fails. Solution: Use another way to handle window size change.
author Bram Moolenaar <Bram@vim.org>
date Fri, 10 Dec 2021 14:45:03 +0100
parents b115b552071f
children 4a1d2abc2016
comparison
equal deleted inserted replaced
26487:24b0a8540cf4 26488:06aa56b32df4
3214 win_T *tp_lastwin; // last window in this Tab page 3214 win_T *tp_lastwin; // last window in this Tab page
3215 #ifdef FEAT_PROP_POPUP 3215 #ifdef FEAT_PROP_POPUP
3216 win_T *tp_first_popupwin; // first popup window in this Tab page 3216 win_T *tp_first_popupwin; // first popup window in this Tab page
3217 #endif 3217 #endif
3218 long tp_old_Rows; // Rows when Tab page was left 3218 long tp_old_Rows; // Rows when Tab page was left
3219 long tp_old_Columns; // Columns when Tab page was left 3219 long tp_old_Columns; // Columns when Tab page was left, -1 when
3220 // calling shell_new_columns() postponed
3220 long tp_ch_used; // value of 'cmdheight' when frame size 3221 long tp_ch_used; // value of 'cmdheight' when frame size
3221 // was set 3222 // was set
3222 #ifdef FEAT_GUI 3223 #ifdef FEAT_GUI
3223 int tp_prev_which_scrollbars[3]; 3224 int tp_prev_which_scrollbars[3];
3224 // previous value of which_scrollbars 3225 // previous value of which_scrollbars