Function enable_raw_mode

Source
pub fn enable_raw_mode() -> Result<RawModeGuard, Error>
Expand description

Enables raw mode. Once the returned guard is dropped, the previous mode is restored.