1stdscr(3XCURSES)        X/Open Curses Library Functions       stdscr(3XCURSES)
2
3
4

NAME

6       stdscr - default window
7

SYNOPSIS

9       cc [ flag... ] file... -I /usr/xpg4/include -L /usr/xpg4/lib \
10       -R /usr/xpg4/lib -lcurses [ library... ]
11
12       c89 [ flag... ] file... -lcurses [ library... ]
13
14       #include <curses.h>
15
16       extern WINDOW *stdscr;
17
18

DESCRIPTION

20       The external variable stdscr specifies the default window used by func‐
21       tions that to not specify a window using an argument of type WINDOW  *.
22       Other windows may be created using newwin().
23

ATTRIBUTES

25       See attributes(5) for descriptions of the following attributes:
26
27
28
29
30       ┌─────────────────────────────┬─────────────────────────────┐
31       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
32       ├─────────────────────────────┼─────────────────────────────┤
33       │Interface Stability          │Standard                     │
34       ├─────────────────────────────┼─────────────────────────────┤
35       │MT-Level                     │Unsafe                       │
36       └─────────────────────────────┴─────────────────────────────┘
37

SEE ALSO

39       derwin(3XCURSES), libcurses(3XCURSES), attributes(5), standards(5)
40
41
42
43SunOS 5.11                        5 Jun 2002                  stdscr(3XCURSES)
Impressum