summaryrefslogtreecommitdiff
path: root/src/termios/ONLCR.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-12 19:54:54 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-12 19:54:54 -0500
commitf55fd6e50f9e36b42b0144067bb9130efd9a7871 (patch)
tree02f47fdfec3f940b5eaade9fd9735c3566774edc /src/termios/ONLCR.c
parent0e45c672ca5ae69f880304e1a57063525abbc854 (diff)
set values for defines, with speeds in least significant nybble
Diffstat (limited to 'src/termios/ONLCR.c')
-rw-r--r--src/termios/ONLCR.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/termios/ONLCR.c b/src/termios/ONLCR.c
index 4d7eaba7..2c838be5 100644
--- a/src/termios/ONLCR.c
+++ b/src/termios/ONLCR.c
@@ -1,5 +1,5 @@
#include <termios.h>
-#define ONLCR /* TODO */
+#define ONLCR (1<<6)
/*
XOPEN(4)
*/