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).
pub fn enable_raw()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).