comparison src/proto/ex_docmd.pro @ 26825:3c1dcb63f579 v8.2.3941

patch 8.2.3941: SIGTSTP is not handled Commit: https://github.com/vim/vim/commit/ab16ad33ba10dd12ff6660fa57b88f1a30ddd8ba Author: dbivolaru <dbivolaru@jacobs-alumni.de> Date: Wed Dec 29 19:41:47 2021 +0000 patch 8.2.3941: SIGTSTP is not handled Problem: SIGTSTP is not handled. Solution: Handle SIGTSTP like pressing CTRL-Z. (closes https://github.com/vim/vim/issues/9422)
author Bram Moolenaar <Bram@vim.org>
date Wed, 29 Dec 2021 20:45:03 +0100
parents a3a0885d9dd8
children 269f89efb06a
comparison
equal deleted inserted replaced
26824:6dccddda8bbc 26825:3c1dcb63f579
38 void not_exiting(void); 38 void not_exiting(void);
39 int before_quit_autocmds(win_T *wp, int quit_all, int forceit); 39 int before_quit_autocmds(win_T *wp, int quit_all, int forceit);
40 void ex_quit(exarg_T *eap); 40 void ex_quit(exarg_T *eap);
41 void tabpage_close(int forceit); 41 void tabpage_close(int forceit);
42 void tabpage_close_other(tabpage_T *tp, int forceit); 42 void tabpage_close_other(tabpage_T *tp, int forceit);
43 void ex_stop(exarg_T *eap);
43 void handle_drop(int filec, char_u **filev, int split, void (*callback)(void *), void *cookie); 44 void handle_drop(int filec, char_u **filev, int split, void (*callback)(void *), void *cookie);
44 void handle_any_postponed_drop(void); 45 void handle_any_postponed_drop(void);
45 void ex_splitview(exarg_T *eap); 46 void ex_splitview(exarg_T *eap);
46 void tabpage_new(void); 47 void tabpage_new(void);
47 void do_exedit(exarg_T *eap, win_T *old_curwin); 48 void do_exedit(exarg_T *eap, win_T *old_curwin);