Function pancurses::nocbreak[][src]

pub fn nocbreak() -> i32
Expand description

Set nocbreak 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.