The nl() function enables the handling of newlines. The nl() function converts newline into carriage return and line feed on output and converts carriage return
into newline on input. nonl() disables the handling of newlines.
The handling of newlines is initially enabled. Disabling the handling of newlines results in faster cursor motion since X/Open Curses can use the line-feed capability more efficiently.
|