TIC(8) | Maintenance Commands and Procedures | TIC(8) |
tic - terminfo compiler
tic [-v [n]] [-c] file
The command tic translates a terminfo file from the source format into the compiled format. The results are placed in the directory /usr/share/lib/terminfo. The compiled format is necessary for use with the library routines in curses(3CURSES).
If the environment variable TERMINFO is set, the compiled results are placed there instead of /usr/share/lib/terminfo.
Total compiled entries cannot exceed 4096 bytes. The name field cannot exceed 128 bytes.
The following options are supported:
-c
-v[n]
file
/usr/share/lib/terminfo/?/*
See attributes(7) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
curses(3CURSES), terminfo(5), attributes(7), captoinfo(8), infocmp(8)
When an entry, for example, entry_name_1, contains a use=entry_name_2 field, any canceled capabilities in entry_name_2 must also appear in entry_name_1 before use= for these capabilities to be canceled in entry_name_1.
June 25, 2011 | OmniOS |