diff options
Diffstat (limited to 'src/termios/ISTRIP.c')
| -rw-r--r-- | src/termios/ISTRIP.c | 2 |
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) */ |
