summaryrefslogtreecommitdiff
path: root/src/termios/ISTRIP.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-11 20:41:23 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-11 20:41:23 -0500
commit0e45c672ca5ae69f880304e1a57063525abbc854 (patch)
treed2e4b8a101747a119b40b0423fff0d891740407f /src/termios/ISTRIP.c
parentdddfbcda063a75f6b666d6eacccdee1f42687d0d (diff)
set to bitwise distinct values
Diffstat (limited to 'src/termios/ISTRIP.c')
-rw-r--r--src/termios/ISTRIP.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/termios/ISTRIP.c b/src/termios/ISTRIP.c
index f794d859..41ae42ec 100644
--- a/src/termios/ISTRIP.c
+++ b/src/termios/ISTRIP.c
@@ -1,5 +1,5 @@
#include <termios.h>
-#define ISTRIP /* TBD */
+#define ISTRIP (1<<7)
/*
POSIX(1)
*/