stdscr(3X) stdscr(3X)
NAME
stdscr - default window
SYNOPSIS
cc [flag ...] file ... -lcurses [library ...]
#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
curses(3X), derwin(3X), curses(5).
Page 1 Reliant UNIX 5.44 Printed 11/98