We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae240c commit 7da6b53Copy full SHA for 7da6b53
src/unix/bsd/mod.rs
@@ -280,10 +280,12 @@ pub const ECHOPRT: ::tcflag_t = 0x00000020;
280
pub const ECHOCTL: ::tcflag_t = 0x00000040;
281
pub const ISIG: ::tcflag_t = 0x00000080;
282
pub const ICANON: ::tcflag_t = 0x00000100;
283
+pub const ALTWERASE: ::tcflag_t = 0x00000200;
284
pub const IEXTEN: ::tcflag_t = 0x00000400;
285
pub const EXTPROC: ::tcflag_t = 0x00000800;
286
pub const TOSTOP: ::tcflag_t = 0x00400000;
287
pub const FLUSHO: ::tcflag_t = 0x00800000;
288
+pub const NOKERNINFO: ::tcflag_t = 0x02000000;
289
pub const PENDIN: ::tcflag_t = 0x20000000;
290
pub const NOFLSH: ::tcflag_t = 0x80000000;
291
pub const MDMBUF: ::tcflag_t = 0x00100000;
0 commit comments