mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
tic: add page (#3699)
This commit is contained in:
parent
4e5395df2c
commit
7ac600865d
1 changed files with 16 additions and 0 deletions
16
pages/linux/tic.md
Normal file
16
pages/linux/tic.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# tic
|
||||
|
||||
> Compile terminfo and install for ncurses.
|
||||
> More information: <https://pubs.opengroup.org/onlinepubs/007908799/xcurses/terminfo.html>.
|
||||
|
||||
- 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`
|
Loading…
Add table
Reference in a new issue