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 certain functions, such as clearok() where permitted in this specification.
SEE ALSO
clearok(), <curses.h>.
CHANGE HISTORY
First released in X/Open Curses, Issue 4.
Hewlett-Packard Company — HP-UX Release 10.20: July 1996