[][src]Function crosscurses::raw

pub fn raw() -> i32

Enable 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.