HP-UX Reference (11i v2 04/09) - 3 Library Functions N-Z (vol 7)

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 31010 Hewlett-Packard Company 1 HP-UX 11i Version 2: September 2004