![]() |
![]() |
![]() |
![]() |
![]() |
This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Terminfo compiler (UNIX)
tic [-c] [-i] [-v n] file
Neutrino
The tic utility translates a terminfo file from the source format into the compiled format, ready to use by applications running on the terminal type named in the terminfo source file.
The compiled terminfo capability files are stored in single-character directories, under the /usr/lib/terminfo directory. For example, the VT100 terminfo file is stored in /usr/lib/terminfo/v/vt100.
You can use the infocmp utility to convert a binary, compiled terminfo file back into a source format that you can modify, and then recompile it with tic.
Some error messages produced by tic indicate the line of the source file in error and the terminal name being processed at that point.
The total size of a compiled terminfo description cannot exceed 4096 bytes. The name field cannot exceed 128 bytes.
Terminal names longer than 14 characters are truncated to 14 characters.
Strang, John, Linda Mui, and Tim O'Reilly. 1988. termcap & terminfo. Sebastopol, CA: O'Reilly and Associates. ISBN 0937175226.
![]() |
![]() |
![]() |
![]() |