curscr(3curses)
curscr --
current window
Synopsis
cc [options] file -lcurses
#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(3curses).
Standards Conformance
The Single UNIX Specification, Version 2; The Open Group.
References
clearok(3curses),
curses(4)
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004