mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.1215: Atari MiNT support is outdated
Problem: Atari MiNT support is outdated. Solution: Nobody responded this code is still useful, so let's delete it.
This commit is contained in:
@@ -3505,9 +3505,8 @@ mch_settmode(tmode_T tmode)
|
||||
// ~IXON disables CTRL-S stopping output, so that it can be mapped.
|
||||
tnew.c_iflag &= ~(ICRNL | IXON);
|
||||
tnew.c_lflag &= ~(ICANON | ECHO | ISIG | ECHOE
|
||||
# if defined(IEXTEN) && !defined(__MINT__)
|
||||
# if defined(IEXTEN)
|
||||
| IEXTEN // IEXTEN enables typing ^V on SOLARIS
|
||||
// but it breaks function keys on MINT
|
||||
# endif
|
||||
);
|
||||
# ifdef ONLCR
|
||||
|
Reference in New Issue
Block a user