diff options
-rw-r--r-- | src/os_unix.c | 2 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/os_unix.c b/src/os_unix.c index 3464426c3..e1296c4b5 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -3482,11 +3482,9 @@ mch_settmode(tmode_T tmode) { // ~ICRNL enables typing ^V^M tnew.c_iflag &= ~ICRNL; -# ifdef IXON_NOT_USED // Do not make CTRL-S stop output, for most users it is unexpected and // is hardly ever useful. tnew.c_iflag |= IXON; -# endif tnew.c_lflag &= ~(ICANON | ECHO | ISIG | ECHOE # if defined(IEXTEN) && !defined(__MINT__) | IEXTEN // IEXTEN enables typing ^V on SOLARIS diff --git a/src/version.c b/src/version.c index da3169959..f60d1a491 100644 --- a/src/version.c +++ b/src/version.c @@ -747,6 +747,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 852, +/**/ 851, /**/ 850, |