Function is_raw_mode_enabled
pub fn is_raw_mode_enabled() -> Result<bool, Error> ⓘ
Available on crate features
dep_crossterm
and std
only.Expand description
Tells whether the raw mode is enabled.
Please have a look at the raw mode section.