diff options
Diffstat (limited to 'src/termios/ONLCR.h')
-rw-r--r-- | src/termios/ONLCR.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/termios/ONLCR.h b/src/termios/ONLCR.h new file mode 100644 index 00000000..2c838be5 --- /dev/null +++ b/src/termios/ONLCR.h @@ -0,0 +1,5 @@ +#include <termios.h> +#define ONLCR (1<<6) +/* +XOPEN(4) +*/ |