1curscr(3XCURSES) X/Open Curses Library Functions curscr(3XCURSES)
2
3
4
6 curscr - current window
7
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 *curscr;
17
18
20 The external variable curscr points to an internal data structure. It
21 can be specified as an argument to certain functions such as
22 clearok(3XCURSES).
23
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
39 clearok(3XCURSES), libcurses(3XCURSES), attributes(5), standards(5)
40
41
42
43SunOS 5.11 5 Jun 2002 curscr(3XCURSES)