infotocap(1) General Commands Manual infotocap(1)NAME
infotocap - convert a terminfo description into a termcap description
SYNOPSIS
infotocap [-vn width] [-V] [-1] [-w width] file . . .
DESCRIPTION
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.
-v print out tracing information on standard error as the program runs.
-V print out the version of the program in use on standard error and exit.
-1 cause the fields to print out one to a line. Otherwise, the fields will be printed several to a line to a maximum width of 60 charac-
ters.
-w change the output to width characters.
FILES
/etc/terminfo Compiled terminal description database.
NOTES
This utility is actually a link to tic, running in -C mode. You can use other tic options such as -f and -x.
SEE ALSO ncurses(3NCURSES), tic(1), infocmp(1), terminfo(5)
This describes ncurses version 6.1 (patch 20180127).
AUTHOR
Eric S. Raymond <esr@snark.thyrsus.com> and
Thomas E. Dickey <dickey@invisible-island.net>
infotocap(1)
Check Out this Related Man Page
infotocap(1) General Commands Manual infotocap(1)NAME
infotocap - convert a terminfo description into a termcap description
SYNOPSIS
infotocap [-vn width] [-V] [-1] [-w width] file . . .
DESCRIPTION
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.
-v print out tracing information on standard error as the program runs.
-V print out the version of the program in use on standard error and exit.
-1 cause the fields to print out one to a line. Otherwise, the fields will be printed several to a line to a maximum width of 60 charac-
ters.
-w change the output to width characters.
FILES
/etc/terminfo Compiled terminal description database.
NOTES
This utility is actually a link to tic, running in -C mode. You can use other tic options such as -f and -x.
SEE ALSO ncurses(3NCURSES), tic(1), infocmp(1), terminfo(5)
This describes ncurses version 6.1 (patch 20180127).
AUTHOR
Eric S. Raymond <esr@snark.thyrsus.com> and
Thomas E. Dickey <dickey@invisible-island.net>
infotocap(1)
What does this command do.
In the man page it is written that captoinfo converts a termcap
description into a terminfo description.
But wat is termcap description and a terminfo description.
Please give an explanation. (1 Reply)
My ncurses program has been displaying "OP" (junk) on pressing F1 (instead of catching it). I have finally discovered that it runs fine (traps F1) when run under screen (program), but not in my login terminal (xterm-color)
I did a check of "Set" and "env" under screen, there is a "TERMCAP"... (0 Replies)
I tried to complile a text-based messenger program but, while configuring, got a message saying that ncurses wasn't found. Though it appears to be there...
This is the program: http://sourceforge.net/project/showfiles.php?group_id=110124&package_id=119574&release_id=373164
I get the error... (5 Replies)
My understanding is that /usr/share/terminfo/x/ is populated from a standard set of files and not by compiling, i.e. tic, termcaps.
I am getting from both regular user and root when issuing:
man tic ------> WARNING: terminal is not fully functional
tset -q --------> xterm: unknown terminal type... (2 Replies)
Having a doubt on how Function keys are mapped.
1. In my HPUX box my infocmp shows that kf1 (F1 key mapping) is not mapped. But somehow I am able to use an Informix form which requires navigation using F1 keys.
vt100-w|vt100-w-am|dec vt100 132 cols (w/advanced video),
bce, bw, ccc,... (3 Replies)