2025-03-14 21:59:59 -06:00
|
|
|
# tic
|
|
|
|
|
|
|
|
|
|
> Compile terminfo and install for ncurses.
|
2025-05-08 12:26:01 -06:00
|
|
|
> More information: <https://manned.org/tic>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Compile and install terminfo for a terminal:
|
|
|
|
|
|
|
|
|
|
`tic -xe {{terminal}} {{path/to/terminal.info}}`
|
|
|
|
|
|
|
|
|
|
- Check terminfo file for errors:
|
|
|
|
|
|
|
|
|
|
`tic -c {{path/to/terminal.info}}`
|
|
|
|
|
|
|
|
|
|
- Print database locations:
|
|
|
|
|
|
|
|
|
|
`tic -D`
|