enable ^S in posix

This commit is contained in:
Renaud 2013-05-01 19:13:08 +08:00 committed by Renaud Fivet
parent 646fbbc4f6
commit 2e2d684697
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ void ttopen(void)
/* raw CR/NL etc input handling, but keep ISTRIP if we're on a 7-bit line */
ntermios.c_iflag &= ~(IGNBRK | BRKINT | IGNPAR | PARMRK
| IXON | IXOFF | IXANY
| INPCK | INLCR | IGNCR | ICRNL);
/* raw CR/NR etc output handling */