diff options
Diffstat (limited to 'src/termios/IGNCR.c')
| -rw-r--r-- | src/termios/IGNCR.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/termios/IGNCR.c b/src/termios/IGNCR.c index 9aee784b..7e420dbd 100644 --- a/src/termios/IGNCR.c +++ b/src/termios/IGNCR.c @@ -1,5 +1,5 @@ #include <termios.h> -#define IGNCR (1<<3) +#define IGNCR (1<<7) /* POSIX(1) */ |
