Function crossterm::terminal::is_raw_mode_enabled

source ·
pub fn is_raw_mode_enabled() -> Result<bool>
Expand description

Tells whether the raw mode is enabled.

Please have a look at the raw mode section.