Skip to content
Snippets Groups Projects
Commit cda0f200 authored by Bryant Mairs's avatar Bryant Mairs
Browse files

Add OXTABS and ONOEOT for BSD systems

parent 5dd2f391
No related branches found
No related tags found
No related merge requests found
......@@ -242,6 +242,8 @@ pub const IXANY: ::tcflag_t = 0x00000800;
pub const IMAXBEL: ::tcflag_t = 0x00002000;
pub const OPOST: ::tcflag_t = 0x1;
pub const ONLCR: ::tcflag_t = 0x2;
pub const OXTABS: ::tcflag_t = 0x4;
pub const ONOEOT: ::tcflag_t = 0x8;
pub const CSIZE: ::tcflag_t = 0x00000300;
pub const CS5: ::tcflag_t = 0x00000000;
pub const CS6: ::tcflag_t = 0x00000100;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment