Function ncursesw::nl

source · []
pub fn nl() -> Result<(), NCurseswError>
Expand description

Enter newline mode. This mode translates the return key into newline on input, and translates newline into return and line-feed on output. Newline mode is initially on.