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
________________________________________________________________
___ ___
c
curscr(3X) curscr(3X)
(ENHANCED CURSES)
NAME
curscr — current window
SYNOPSIS
#include <curses.h>
extern WINDOW *curscr;
DESCRIPTION
The external variable curscr points to an internal data structure. It can be specified as an argument to cer-
tain functions, such as clearok(), where permitted in this specification.
SEE ALSO
clearok(3X), <curses.h>.
CHANGE HISTORY
First released in X/Open Curses, Issue 4.
Section 3−−112 − 1 − HP-UX Release 11i: December 2000
___
___