tic(1) — Commands
NAME
tic - Translates terminfo files from source to compiled format
SYNOPSIS
tic [-v[number]] [file...]
The tic command translates terminfo files from the source format into the compiled format.
FLAGS
-v[number]
Writes trace information on the progress of tic. The number parameter is an integer that increases the level of the verbosity. If number is omitted, the default is 1.
DESCRIPTION
If no file is specified, tic reads standard input.
The tic command places the results in the /usr/share/lib/terminfo directory. If the TERMINFO environment variable is set, the results are placed there instead of in /usr/share/lib/terminfo.
The tic command compiles all terminfo descriptions in files. When tic finds a use= field, it searches first the current file, then the ./terminfo.src master file.
The size of a compiled entry cannot exceed 4096 bytes and the name field cannot exceed 128 bytes.
FILES
/usr/share/lib/terminfo/?/∗
Terminal information database.
RELATED INFORMATION
Functions: curses(3).
Files: terminfo(4).