Constant FEATURE_RAW
pub const FEATURE_RAW: u32 = 1; // 1u32
Expand description
When Feature Raw is enabled, OOB Events like ^c, ^z, etc are not generated. Instead the character is read from the read() input path.
pub const FEATURE_RAW: u32 = 1; // 1u32
When Feature Raw is enabled, OOB Events like ^c, ^z, etc are not generated. Instead the character is read from the read() input path.