stdscr(CURSES)
stdscr --
default window
Synopsis
cc [options] file -lcurses
#include <curses.h>
extern WINDOW *stdscr;
Description
The external variable
stdscr
specifies the default window used by functions that do not specify a window
using an argument of type WINDOW *.
Other windows may be created using
newwin(CURSES).
Standards Conformance
The Single UNIX Specification, Version 2; The Open Group.
References
derwin(CURSES),
curses(F)
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 - 01 June 2005