Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ nodelay(3X) — Reliant UNIX 5.44c4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

curses(3X)

getch(3X)

halfdelay(3X)

curses(5)

nodelay(3X)                                                     nodelay(3X)

NAME
     nodelay - enable or disable block during read

SYNOPSIS
     cc [flag ...] file ... -lcurses [library ...]

     #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
     curses(3X), getch(3X), halfdelay(3X), curses(5).






























Page 1                       Reliant UNIX 5.44                Printed 11/98

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026