pub fn enable_raw_mode() -> Result<RawModeGuard, Error>
Expand description
Enables raw mode. Once the returned guard is dropped, the previous mode is restored.
pub fn enable_raw_mode() -> Result<RawModeGuard, Error>
Enables raw mode. Once the returned guard is dropped, the previous mode is restored.