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 update
sudo apt-get install libncurses5-dbg
- OS X
-
brew install ncurses
- Raspbian
-
apt-get install libncurses5-dbg
- Dockerfile
- dockerfile.run/tic
- Docker
-
docker run cmd.cat/tic tic
powered 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