summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/io/console/console.c1
1 files changed, 1 insertions, 0 deletions
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;