HP-UX Reference (11i v1 00/12) - 3 Library Functions A-M (vol 6)
__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man3/!!!intro.3c
________________________________________________________________
___ ___
i
immedok(3X) immedok(3X)
(ENHANCED CURSES)
NAME
immedok — enable or disable immediate terminal refresh
SYNOPSIS
#include <curses.h>
void immedok(WINDOW *win, bool bf);
DESCRIPTION
The immedok() function specifies whether the screen is refreshed whenever the window pointed to by
win is changed. If bf is TRUE, the window 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.
APPLICATION USAGE
The
immedok() function is useful for windows that are used as terminal emulators.
SEE ALSO
clearok(3X), doupdate(3X), <curses.h>.
CHANGE HISTORY
First released in X/Open Curses, Issue 4.
Section 3−−442 − 1 − HP-UX Release 11i: December 2000
___
___