enable_raw_mode

Function enable_raw_mode 

Source
pub fn enable_raw_mode()
Expand description

Enable raw mode for the terminal.

Disable with disable_raw_mode.

§Panics

If this fails to enable raw mode, panics with the message “failed to enable raw mode”.