comparison src/proto/popupwin.pro @ 16817:069ee8dc8c8d v8.1.1410

patch 8.1.1410: popup_move() is not implemented yet commit https://github.com/vim/vim/commit/60cdb3004abe683e5e8851fa6c5d67b337df4443 Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 27 21:54:10 2019 +0200 patch 8.1.1410: popup_move() is not implemented yet Problem: Popup_move() is not implemented yet. Solution: Implement it. (Yasuhiro Matsumoto, closes https://github.com/vim/vim/issues/4441) Improve the positioning and resizing.
author Bram Moolenaar <Bram@vim.org>
date Mon, 27 May 2019 22:00:07 +0200
parents 5ff14f96f1c9
children 5cebaecad422
comparison
equal deleted inserted replaced
16816:b951a6ebd627 16817:069ee8dc8c8d
6 void f_popup_show(typval_T *argvars, typval_T *rettv); 6 void f_popup_show(typval_T *argvars, typval_T *rettv);
7 void popup_close(int id); 7 void popup_close(int id);
8 void popup_close_tabpage(tabpage_T *tp, int id); 8 void popup_close_tabpage(tabpage_T *tp, int id);
9 void close_all_popups(void); 9 void close_all_popups(void);
10 void ex_popupclear(exarg_T *eap); 10 void ex_popupclear(exarg_T *eap);
11 void f_popup_move(typval_T *argvars, typval_T *rettv);
11 /* vim: set ft=c : */ 12 /* vim: set ft=c : */