tic
Compile terminfo and install for ncurses. More information: <https://pubs.opengroup.org/onlinepubs/007908799/xcurses/terminfo.html>.
Install
- All systems
-
curl cmd.cat/tic.sh
- Debian
-
apt-get install libncurses5-dbg - Ubuntu
-
apt-get install libncurses5-dbg -
Alpine
-
apk add ncurses - Arch Linux
-
pacman -S ncurses - Kali Linux
-
apt-get install ncurses-bin - CentOS
-
yum install ncurses - Fedora
-
dnf install ncurses - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install libncurses5-dbg - OS X
-
brew install ncurses - Raspbian
-
apt-get install libncurses5-dbg - Docker
-
docker run cmd.cat/tic ticpowered by Commando
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
© tl;dr; authors and contributors