File tree 1 file changed +12
-0
lines changed 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -1233,6 +1233,18 @@ pub const NOTE_TRACK: ::uint32_t = 0x00000001;
1233
1233
pub const NOTE_TRACKERR : :: uint32_t = 0x00000002 ;
1234
1234
pub const NOTE_CHILD : :: uint32_t = 0x00000004 ;
1235
1235
1236
+ pub const OCRNL : :: c_int = 0x00000010 ;
1237
+ pub const ONOCR : :: c_int = 0x00000020 ;
1238
+ pub const ONLRET : :: c_int = 0x00000040 ;
1239
+ pub const OFILL : :: c_int = 0x00000080 ;
1240
+ pub const NLDLY : :: c_int = 0x00000300 ;
1241
+ pub const TABDLY : :: c_int = 0x00000c04 ;
1242
+ pub const CRDLY : :: c_int = 0x00003000 ;
1243
+ pub const FFDLY : :: c_int = 0x00004000 ;
1244
+ pub const BSDLY : :: c_int = 0x00008000 ;
1245
+ pub const VTDLY : :: c_int = 0x00010000 ;
1246
+ pub const OFDEL : :: c_int = 0x00020000 ;
1247
+
1236
1248
pub const NL0 : :: c_int = 0x00000000 ;
1237
1249
pub const NL1 : :: c_int = 0x00000100 ;
1238
1250
pub const TAB0 : :: c_int = 0x00000000 ;
You can’t perform that action at this time.
0 commit comments