pub const FEATURE_RAW: u32 = 1;
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.