1
0
forked from aniani/vim

patch 8.2.3941: SIGTSTP is not handled

Problem:    SIGTSTP is not handled.
Solution:   Handle SIGTSTP like pressing CTRL-Z. (closes #9422)
This commit is contained in:
dbivolaru
2021-12-29 19:41:47 +00:00
committed by Bram Moolenaar
parent 94fb8274ca
commit ab16ad33ba
6 changed files with 94 additions and 7 deletions

View File

@@ -749,6 +749,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3941,
/**/
3940,
/**/