|
SunOS/BSD Compatibility Interface Libraries | libtermcap(3LIBUCB) |
| libtermcap - terminal independent operation library |
SYNOPSIS
|
cc [ flag... ] -I /usr/ucbinclude file... -L /usr/libucb \
-R /usr/libucb -ltermcap [ library... ]
|
|
Functions in this library extract and use capabilities from the terminal capability database terminfo(4).
|
|
The shared object libtermcap.so.1 provides the public interfaces defined below. See intro(3) for additional information on shared object interfaces.
BC | PC | UP | ospeed | tgetent |
tgetflag | tgetnum | tgetstr | tgoto | tputs |
|
|
-
/usr/ucblib/libtermcap.a
- archive library
-
/usr/ucblib/libtermcap.so.1
- shared object
-
/usr/ucblib/64/libtermcap.so.1
- 64-bit shared object
|
|
See attributes(5) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
MT-Level | Unsafe |
|
| |