Skip to content

Commit 7da6b53

Browse files
committed
Add termios local flags
1 parent 3ae240c commit 7da6b53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/unix/bsd/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -280,10 +280,12 @@ pub const ECHOPRT: ::tcflag_t = 0x00000020;
280280
pub const ECHOCTL: ::tcflag_t = 0x00000040;
281281
pub const ISIG: ::tcflag_t = 0x00000080;
282282
pub const ICANON: ::tcflag_t = 0x00000100;
283+
pub const ALTWERASE: ::tcflag_t = 0x00000200;
283284
pub const IEXTEN: ::tcflag_t = 0x00000400;
284285
pub const EXTPROC: ::tcflag_t = 0x00000800;
285286
pub const TOSTOP: ::tcflag_t = 0x00400000;
286287
pub const FLUSHO: ::tcflag_t = 0x00800000;
288+
pub const NOKERNINFO: ::tcflag_t = 0x02000000;
287289
pub const PENDIN: ::tcflag_t = 0x20000000;
288290
pub const NOFLSH: ::tcflag_t = 0x80000000;
289291
pub const MDMBUF: ::tcflag_t = 0x00100000;

0 commit comments

Comments
 (0)