1cur_term(3XCURSES) X/Open Curses Library Functions cur_term(3XCURSES)
2
3
4
6 cur_term - current terminal information
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 TERMINAL *cur_term;
17
18
20 The external variable cur_term to identifies the record in the terminfo
21 associated with the terminal currently in use.
22
24 See attributes(5) for descriptions of the following attributes:
25
26
27
28
29 ┌─────────────────────────────┬─────────────────────────────┐
30 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
31 ├─────────────────────────────┼─────────────────────────────┤
32 │Interface Stability │Standard │
33 ├─────────────────────────────┼─────────────────────────────┤
34 │MT-Level │Unsafe │
35 └─────────────────────────────┴─────────────────────────────┘
36
38 libcurses(3XCURSES), set_curterm(3XCURSES), tigetflag(3XCURSES),
39 attributes(5), standards(5)
40
41
42
43SunOS 5.11 5 Jun 2002 cur_term(3XCURSES)