[][src]Function crosscurses::cbreak

pub fn cbreak() -> i32

Set cbreak mode.

In cbreak mode, characters typed by the user are made available immediately, and erase/kill character processing is not performed. In nocbreak mode, typed characters are buffered until a newline or carriage return. Interrupt and flow control characters are unaffected by this mode.