summaryrefslogtreecommitdiff
path: root/src/termios/ISTRIP.c
diff options
context:
space:
mode:
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 41ae42ec..fe7836fe 100644
--- a/src/termios/ISTRIP.c
+++ b/src/termios/ISTRIP.c
@@ -1,5 +1,5 @@
#include <termios.h>
-#define ISTRIP (1<<7)
+#define ISTRIP (1<<11)
/*
POSIX(1)
*/