The
nodelay(3curses)
function specifies whether Delay Mode or No Delay Mode is
in effect for the screen associated with the specified window.
If bf is TRUE, this screen is set to No Delay Mode.
If bf is FALSE, this screen is set to Delay Mode.
The initial state is FALSE.
Return value
Upon successful completion,
nodelay(3curses)
returns OK. Otherwise, it returns ERR.
Errors
No errors are defined.
Standards Conformance
The Single UNIX Specification, Version 2; The Open Group.