comparison src/structs.h @ 16809:5ff14f96f1c9 v8.1.1406

patch 8.1.1406: popup_hide() and popup_show() not implemented yet commit https://github.com/vim/vim/commit/2cd0dce898995a2b05f7285a70efec3f67f579f5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 26 22:17:52 2019 +0200 patch 8.1.1406: popup_hide() and popup_show() not implemented yet Problem: popup_hide() and popup_show() not implemented yet. Solution: Implement the functions.
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 May 2019 22:30:05 +0200
parents f5487021fdad
children 069ee8dc8c8d
comparison
equal deleted inserted replaced
16808:c002c4899529 16809:5ff14f96f1c9
2869 int w_wincol; /* Leftmost column of window in screen. */ 2869 int w_wincol; /* Leftmost column of window in screen. */
2870 int w_width; /* Width of window, excluding separation. */ 2870 int w_width; /* Width of window, excluding separation. */
2871 int w_vsep_width; /* Number of separator columns (0 or 1). */ 2871 int w_vsep_width; /* Number of separator columns (0 or 1). */
2872 pos_save_T w_save_cursor; /* backup of cursor pos and topline */ 2872 pos_save_T w_save_cursor; /* backup of cursor pos and topline */
2873 #ifdef FEAT_TEXT_PROP 2873 #ifdef FEAT_TEXT_PROP
2874 int w_popup_flags; // PFL_ values
2874 int w_zindex; 2875 int w_zindex;
2875 int w_maxheight; // "maxheight" for popup window 2876 int w_maxheight; // "maxheight" for popup window
2876 int w_maxwidth; // "maxwidth" for popup window 2877 int w_maxwidth; // "maxwidth" for popup window
2877 # if defined(FEAT_TIMERS) 2878 # if defined(FEAT_TIMERS)
2878 timer_T *w_popup_timer; // timer for closing popup window 2879 timer_T *w_popup_timer; // timer for closing popup window