infotocap(1) | General Commands Manual | infotocap(1) |
infotocap - convert a terminfo description into a termcap description
infotocap [-vn width] [-V] [-1] [-w width] file ...
infotocap looks in each given text file for terminfo descriptions. For each terminfo description found, an equivalent termcap description is written to standard output. Terminfo use capabilities are translated directly to termcap tc capabilities.
This utility is actually a link to tic, running in -C mode. You can use other tic options such as -f and -x.
None of X/Open Curses, Issue 7 (2009), SVr4 or NetBSD document this application.
ncurses(3NCURSES), tic(1), infocmp(1), terminfo(5)
This describes ncurses version 6.2 (patch 20201114).
Eric S. Raymond <esr@snark.thyrsus.com> and
Thomas E. Dickey <dickey@invisible-island.net>