immedok(3X) immedok(3X)
NAME
immedok - enable or disable immediate terminal refresh
SYNOPSIS
cc [flag ...] file ... -lcurses [library ...]
#include <curses.h>
void immedok(WINDOW *win, bool bf);
DESCRIPTION
The immedok() function specifies whether the screen is refreshed when-
ever the window pointed to by win is changed. If bf is TRUE, the win-
dow is implicitly refreshed on each such change. If bf is FALSE, the
window is not implicitly refreshed. The initial state is FALSE.
RETURN VALUE
The immedok() function does not return a value.
ERRORS
No errors are defined.
NOTES
The immedok() function is useful for windows that are used as terminal
emulators.
SEE ALSO
clearok(3X), curses(3X), doupdate(3X), curses(5).
Page 1 Reliant UNIX 5.44 Printed 11/98