Function pancurses::nonl[][src]

pub fn nonl() -> i32
Expand description

Disables the translation of a carriage return into a newline on input.

nl() enables this. Initially, the translation does occur.