We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5dd2f39 + cda0f20 commit 331b179Copy full SHA for 331b179
src/unix/bsd/mod.rs
@@ -242,6 +242,8 @@ pub const IXANY: ::tcflag_t = 0x00000800;
242
pub const IMAXBEL: ::tcflag_t = 0x00002000;
243
pub const OPOST: ::tcflag_t = 0x1;
244
pub const ONLCR: ::tcflag_t = 0x2;
245
+pub const OXTABS: ::tcflag_t = 0x4;
246
+pub const ONOEOT: ::tcflag_t = 0x8;
247
pub const CSIZE: ::tcflag_t = 0x00000300;
248
pub const CS5: ::tcflag_t = 0x00000000;
249
pub const CS6: ::tcflag_t = 0x00000100;
0 commit comments