comparison src/proto/popupwin.pro @ 20386:3b3589275ab9 v8.2.0748

patch 8.2.0748: cannot get a list of all popups Commit: https://github.com/vim/vim/commit/ef6b979bfae82f64781d8b0ce0194c57111243d4 Author: Bram Moolenaar <Bram@vim.org> Date: Wed May 13 16:34:15 2020 +0200 patch 8.2.0748: cannot get a list of all popups Problem: Cannot get a list of all popups. Solution: Add popup_list(). Use it in the test runner.
author Bram Moolenaar <Bram@vim.org>
date Wed, 13 May 2020 16:45:05 +0200
parents 42ab4d40e78f
children 3d73cdd173ab
comparison
equal deleted inserted replaced
20385:3613c433a314 20386:3b3589275ab9
38 int popup_close_tabpage(tabpage_T *tp, int id, int force); 38 int popup_close_tabpage(tabpage_T *tp, int id, int force);
39 void close_all_popups(int force); 39 void close_all_popups(int force);
40 void f_popup_move(typval_T *argvars, typval_T *rettv); 40 void f_popup_move(typval_T *argvars, typval_T *rettv);
41 void f_popup_setoptions(typval_T *argvars, typval_T *rettv); 41 void f_popup_setoptions(typval_T *argvars, typval_T *rettv);
42 void f_popup_getpos(typval_T *argvars, typval_T *rettv); 42 void f_popup_getpos(typval_T *argvars, typval_T *rettv);
43 void f_popup_list(typval_T *argvars, typval_T *rettv);
43 void f_popup_locate(typval_T *argvars, typval_T *rettv); 44 void f_popup_locate(typval_T *argvars, typval_T *rettv);
44 void f_popup_getoptions(typval_T *argvars, typval_T *rettv); 45 void f_popup_getoptions(typval_T *argvars, typval_T *rettv);
45 int error_if_term_popup_window(void); 46 int error_if_term_popup_window(void);
46 void popup_reset_handled(int handled_flag); 47 void popup_reset_handled(int handled_flag);
47 win_T *find_next_popup(int lowest, int handled_flag); 48 win_T *find_next_popup(int lowest, int handled_flag);