1infotocap(1M) infotocap(1M)
2
3
4
6 infotocap - convert a terminfo description into a termcap description
7
9 infotocap [-vn width] [-V] [-1] [-w width] file ...
10
12 infotocap looks in each given text file for terminfo descriptions. For
13 each terminfo description found, an equivalent termcap description is
14 written to standard output. Terminfo use capabilities are translated
15 directly to termcap tc capabilities.
16
17 -v print out tracing information on standard error as the program
18 runs.
19
20 -V print out the version of the program in use on standard error and
21 exit.
22
23 -1 cause the fields to print out one to a line. Otherwise, the
24 fields will be printed several to a line to a maximum width of 60
25 characters.
26
27 -w change the output to width characters.
28
30 /usr/share/terminfo Compiled terminal description database.
31
33 This utility is actually a link to tic, running in -C mode. You can
34 use other tic options such as -f and -x.
35
37 None of X/Open Curses, Issue 7 (2009), SVr4 or NetBSD document this ap‐
38 plication.
39
41 infocmp(1M), tic(1M), curses(3X), terminfo(5)
42
43 This describes ncurses version 6.2 (patch 20210508).
44
46 Eric S. Raymond <esr@snark.thyrsus.com> and
47 Thomas E. Dickey <dickey@invisible-island.net>
48
49
50
51 infotocap(1M)