1libcurses(3LIBUCB)SunOS/BSD Compatibility Interface Librarieslibcurses(3LIBUCB)
2
3
4
6 libcurses - SunOS/BSD-compatible screen handling and optimization
7 library
8
10 cc [ flag... ] -I /usr/ucbinclude file... -L /usr/libucb \
11 -R /usr/libucb -lcurses [ library... ]
12
13
15 Functions in this library provide a terminal-independent method of
16 updating character screens with reasonable optimization, compatible
17 with SunOS/BSD.
18
20 The shared object libcurses.so.1 provides the public interfaces defined
21 below. See Intro(3) for additional information on shared object inter‐
22 faces.
23
24
25
26
27 AL AL_PARM AM BC
28 BS BT CA CD
29 CE CL CM COLS
30 CR CS DA DB
31 DC DL DL_PARM DM
32 DO DOWN_PARM Def_term ED
33 EI EO GT HC
34 HO HZ IC IM
35 IN IP K0 K1
36 K2 K3 K4 K5
37 K6 K7 K8 K9
38 KD KE KH KL
39 KR KS KU LEFT_PARM
40 LINES LL MA MI
41 MS My_term NC ND
42 NL NONL NS OS
43 PC RC RIGHT_PARM SC
44 SE SF SO SR
45 TA TE TI UC
46 UE UL UP UPPERCASE
47 UP_PARM US VB VE
48 VS XB XN XS
49 XT XX _echoit _endwin
50 _pfast _rawmode _res_flg _tty
51 _tty_ch _unctrl box curscr
52 delwin endwin getcap gettmode
53 idlok initscr longname mvcur
54 mvprintw mvscanw mvwin mvwprintw
55 mvwscanw newwin normtty overlay
56 overwrite printw scanw scroll
57 setterm stdscr subwin touchline
58 touchwin ttytype waddch waddstr
59 wclear wclrtobot wclrtoeol wdelch
60 wdeleteln werase wgetch wgetstr
61 winsch winsertln wmove wprintw
62 wrefresh wscanw wstandend wstandout
63
64
66 /usr/libucb/libcurses.so.1
67
68 shared object
69
70
71 /usr/libucb/64/libcurses.so.1
72
73 64-bit shared object
74
75
77 See attributes(5) for descriptions of the following attributes:
78
79
80
81
82 ┌───────────────────────────────────────────────────────────┐
83 │ATTRIBUTE TYPE ATTRIBUTE VALUE │
84 │MT-Level Unsafe │
85 └───────────────────────────────────────────────────────────┘
86
88 Intro(3), libcurses(3LIB), libcurses(3XCURSES), attributes(5)
89
90
91
92SunOS 5.11 14 Nov 2002 libcurses(3LIBUCB)