summaryrefslogtreecommitdiffstats
path: root/sys/sys/termios.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/termios.h')
-rw-r--r--sys/sys/termios.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/sys/termios.h b/sys/sys/termios.h
index 6111fc3..7e7643f 100644
--- a/sys/sys/termios.h
+++ b/sys/sys/termios.h
@@ -112,6 +112,9 @@
#define ONLCR 0x00000002 /* map NL to CR-NL (ala CRMOD) */
#define OXTABS 0x00000004 /* expand tabs to spaces */
#define ONOEOT 0x00000008 /* discard EOT's (^D) on output) */
+#define OCRNL 0x00000010 /* map CR to NL on output */
+#define ONOCR 0x00000020 /* no CR output at column 0 */
+#define ONLRET 0x00000040 /* NL performs CR function */
#endif /*_POSIX_SOURCE */
/*
OpenPOWER on IntegriCloud