diff options
Diffstat (limited to 'Modules/termios.c')
-rw-r--r-- | Modules/termios.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/termios.c b/Modules/termios.c index aaabe60..0c5697f 100644 --- a/Modules/termios.c +++ b/Modules/termios.c @@ -384,7 +384,9 @@ static struct constant { #ifdef OLCUC {"OLCUC", OLCUC}, #endif +#ifdef ONLCR {"ONLCR", ONLCR}, +#endif #ifdef OCRNL {"OCRNL", OCRNL}, #endif @@ -552,7 +554,9 @@ static struct constant { #ifdef VLNEXT {"VLNEXT", VLNEXT}, #endif +#ifdef VEOL2 {"VEOL2", VEOL2}, +#endif #ifdef B460800 |