diff options
Diffstat (limited to 'ext/io/console/console.c')
-rw-r--r-- | ext/io/console/console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/io/console/console.c b/ext/io/console/console.c index 546f96226b..ec70bdf9df 100644 --- a/ext/io/console/console.c +++ b/ext/io/console/console.c @@ -187,7 +187,7 @@ set_rawmode(conmode *t, void *arg) #ifdef ISIG if (r->intr) { t->c_iflag |= BRKINT|IXON; - t->c_lflag |= ISIG|IEXTEN; + t->c_lflag |= ISIG; } #endif (void)r; |