The Single UNIX ® Specification, Version 2
Copyright © 1997 The Open Group

 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(), <curses.h>.

UNIX ® is a registered Trademark of The Open Group.
Copyright © 1997 The Open Group
[ Main Index | XSH | XCU | XBD | XCURSES | XNS ]