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:
committed by
Bram Moolenaar
parent
abe628e1bd
commit
79a6e25b79
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4195,
|
||||
/**/
|
||||
4194,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user