From 7ac600865d9d0c6a5ef52577a5946bf27ad21ad4 Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Mon, 30 Dec 2019 07:48:52 -0500 Subject: [PATCH] tic: add page (#3699) --- pages/linux/tic.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/tic.md diff --git a/pages/linux/tic.md b/pages/linux/tic.md new file mode 100644 index 000000000..daf307e7f --- /dev/null +++ b/pages/linux/tic.md @@ -0,0 +1,16 @@ +# tic + +> Compile terminfo and install for ncurses. +> More information: . + +- 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`