disable_raw_mode

Function disable_raw_mode 

Source
pub fn disable_raw_mode() -> Result<()>
Expand description

Disable raw mode.

Restores the terminal to its normal state where input is line-buffered and echoed.

ยงErrors

Returns an error if raw mode cannot be disabled.