1
0
forked from aniani/vim

patch 8.2.0856: CTRL-S stops output

Problem:    CTRL-S stops output.
Solution:   Invert the IXON flag. (closes #6166)
This commit is contained in:
Bram Moolenaar
2020-05-31 13:09:47 +02:00
parent ebe9d34aa0
commit 928eec649b
2 changed files with 4 additions and 4 deletions

View File

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