Translates the terminfo description files from source to compiled format.
tic [ -v [Number] ] [-c] FileName
The tic command translates the terminfo files from the source format into the compiled format. 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 the /usr/share/lib/terminfo directory.
The tic command compiles all terminfo descriptions in FileName. When the tic command finds a use= entry-name field, it searches the current file first, If unable to find the entry -name, it obtains the entry from the binary file in /usr/share/lib/terminfo. If TERMINFO is set, the terminfo directory is searched before /usr/share/lib/terminfo.
The total compiled entries cannot exceed 4096 bytes, and the name field cannot exceed 128 bytes.
/usr/share/lib/termi | |
nfo/?/* | Contains the compiled terminal capability database. |
The terminfo file format.
The Curses Overview for Programming in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.