Sun Microsystems, Inc.
spacerspacer
spacer   www.sun.com docs.sun.com | | |  
spacer
black dot
   
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z
    
 
X/Open Curses Library Functionsstdscr(3XCURSES)


NAME

 stdscr - default window

SYNOPSIS

 
#include <curses.h>

extern WINDOW *stdscr;

DESCRIPTION

 

The external variable stdscr specifies the default window used by functions that to not specify a window using an argument of type WINDOW *. Other windows may be created using newwin().

SEE ALSO

 

newwin(3XCURSES)


SunOS 5.9Go To TopLast Changed 6 May 1999

 
      
      
Copyright 2002 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.