1
0
forked from aniani/vim

patch 8.2.4195: resizing terminal may cause to behave like CTRL-Z

Problem:    Resizing terminal may cause to behave like CTRL-Z.
Solution:   Set "got_tstp" only when in_mch_suspend is set. (Dorian Bivolaru,
            closes #9602, closes #9586)
This commit is contained in:
dbivolaru
2022-01-23 16:41:14 +00:00
committed by Bram Moolenaar
parent abe628e1bd
commit 79a6e25b79
2 changed files with 5 additions and 1 deletions

View File

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