From 2e2d68469750de1b017a72aa008c54781aecb904 Mon Sep 17 00:00:00 2001 From: Renaud Fivet Date: Wed, 1 May 2013 19:13:08 +0800 Subject: [PATCH] enable ^S in posix --- posix.c | 1 + 1 file changed, 1 insertion(+) diff --git a/posix.c b/posix.c index c25dbf2..0a723b8 100644 --- a/posix.c +++ b/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 */ ntermios.c_iflag &= ~(IGNBRK | BRKINT | IGNPAR | PARMRK + | IXON | IXOFF | IXANY | INPCK | INLCR | IGNCR | ICRNL); /* raw CR/NR etc output handling */