ext/io/console/console.c in io-console-0.5.3 vs ext/io/console/console.c in io-console-0.5.4

- old
+ new

@@ -186,10 +186,10 @@ #ifdef VTIME if (r->vtime >= 0) t->c_cc[VTIME] = r->vtime; #endif #ifdef ISIG if (r->intr) { - t->c_iflag |= BRKINT|IXON; + t->c_iflag |= BRKINT; t->c_lflag |= ISIG; } #endif (void)r; }