The Single UNIX ® Specification, Version 2
Copyright © 1997 The Open Group

 NAME

nodelay - enable or disable block during read

 SYNOPSIS



#include <curses.h>

int nodelay(WINDOW *win, bool bf);

 DESCRIPTION

The nodelay() 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() returns OK. Otherwise, it returns ERR.

 ERRORS

No errors are defined.

 SEE ALSO

Input Processing , getch(), halfdelay(), <curses.h>, XBD specification, Parameters that Can be Set  .

UNIX ® is a registered Trademark of The Open Group.
Copyright © 1997 The Open Group
[ Main Index | XSH | XCU | XBD | XCURSES | XNS ]