HP-UX Reference (11i v1 00/12) - 3 Library Functions N-Z (vol 7)
__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man3/nan.3m
________________________________________________________________
___ ___
s
stdscr(3X) stdscr(3X)
(ENHANCED CURSES)
NAME
stdscr — default window
SYNOPSIS
#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().
SEE ALSO
derwin(3X), <curses.h>.
CHANGE HISTORY
First released in X/Open Curses, Issue 4.
Section 3−−878 − 1 − HP-UX Release 11i: December 2000
___
___