enable_raw

Function enable_raw 

Source
pub fn enable_raw()
Expand description

Enable raw mode.

This causes the terminal to behave differently: input is available character by character, echoing is disabled, and any processing is also disabled (i.e. Ctrl+C won’t kill the program).