mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-18 15:26:23 -05:00
enable ^S in posix
This commit is contained in:
parent
646fbbc4f6
commit
2e2d684697
1
posix.c
1
posix.c
@ -64,6 +64,7 @@ void ttopen(void)
|
|||||||
|
|
||||||
/* raw CR/NL etc input handling, but keep ISTRIP if we're on a 7-bit line */
|
/* raw CR/NL etc input handling, but keep ISTRIP if we're on a 7-bit line */
|
||||||
ntermios.c_iflag &= ~(IGNBRK | BRKINT | IGNPAR | PARMRK
|
ntermios.c_iflag &= ~(IGNBRK | BRKINT | IGNPAR | PARMRK
|
||||||
|
| IXON | IXOFF | IXANY
|
||||||
| INPCK | INLCR | IGNCR | ICRNL);
|
| INPCK | INLCR | IGNCR | ICRNL);
|
||||||
|
|
||||||
/* raw CR/NR etc output handling */
|
/* raw CR/NR etc output handling */
|
||||||
|
Loading…
Reference in New Issue
Block a user