Skip to content

Commit

Permalink
enable ^S in posix
Browse files Browse the repository at this point in the history
  • Loading branch information
rfivet committed Dec 22, 2014
1 parent 646fbbc commit 2e2d684
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions posix.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 2e2d684

Please sign in to comment.