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

- old
+ new

@@ -188,9 +188,10 @@ #endif #ifdef ISIG if (r->intr) { t->c_iflag |= BRKINT; t->c_lflag |= ISIG; + t->c_oflag |= OPOST; } #endif (void)r; } }