Function pancurses::noraw

source ·
pub fn noraw() -> i32
Expand description

Disable raw mode.

Raw mode is similar to cbreak mode, in that characters typed are immediately passed through to the user program. The difference is that in raw mode, the INTR, QUIT, SUSP, and STOP characters are passed through without being interpreted, and without generating a signal.