pub fn is_canonical_mode() -> boolExpand description
Check if the console is in canonical (line-buffered) mode.
Returns true if ICANON is set (the default). Returns true if the
terminal subsystem has not been initialized (conservative default).
pub fn is_canonical_mode() -> boolCheck if the console is in canonical (line-buffered) mode.
Returns true if ICANON is set (the default). Returns true if the
terminal subsystem has not been initialized (conservative default).