Function pancurses::nonl

source ·
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.