diff --git a/ext/io/console/console.c b/ext/io/console/console.c index 3a6bb25db2..bfba1e7152 100644 --- a/ext/io/console/console.c +++ b/ext/io/console/console.c @@ -190,6 +190,7 @@ set_rawmode(conmode *t, void *arg) if (r->intr) { t->c_iflag |= BRKINT; t->c_lflag |= ISIG; + t->c_oflag |= OPOST; } #endif (void)r;