infotocap(1m) — Linux manual page

NAME | SYNOPSIS | DESCRIPTION | FILES | EXTENSIONS | PORTABILITY | AUTHORS | SEE ALSO | COLOPHON

infotocap(1M)                 User commands                 infotocap(1M)

NAME         top

       infotocap - convert a terminfo description into a termcap
       description

SYNOPSIS         top

       infotocap [tic-option] file ...

       infotocap -V

DESCRIPTION         top

       infotocap translates terminal descriptions.  It looks in each
       given text file for terminfo entries and, for each one found,
       writes an analogous termcap description to the standard output
       stream.  terminfouse” capabilities translate to termcap tc
       capabilities.  Because termcap is a less expressive format than
       terminfo, some capabilities cannot be translated.

       This utility is implemented as a link to tic(1M), with the
       latter's -C option implied.  You can use other tic options such as
       -1, -f, -v, -w, and -x.  The -V option reports the version of
       ncurses associated with this program and exits with a successful
       status.

FILES         top

       terminfo
              compiled terminal description database

EXTENSIONS         top

       This command is an ncurses extension.

PORTABILITY         top

       X/Open Curses Issue 7 (2009) does not specify this command.  SVr4
       and NetBSD curses do not implement it.

AUTHORS         top

       Eric S. Raymond <esr@snark.thyrsus.com> and
       Thomas E. Dickey <dickey@invisible-island.net>

SEE ALSO         top

       infocmp(1M), tic(1M), curses(3X), terminfo(5)

COLOPHON         top

       This page is part of the ncurses (new curses) project.
       Information about the project can be found at 
       ⟨https://invisible-island.net/ncurses/ncurses.html⟩.  If you have a
       bug report for this manual page, send it to bug-ncurses@gnu.org.
       This page was obtained from the tarball ncurses-6.6.tar.gz fetched
       from ⟨https://ftp.gnu.org/gnu/ncurses/⟩ on 2026-01-16.  If you
       discover any rendering problems in this HTML version of the page,
       or you believe there is a better or more up-to-date source for the
       page, or you have corrections or improvements to the information
       in this COLOPHON (which is not part of the original manual page),
       send a mail to man-pages@man7.org

ncurses @NCURSES_MAJOR@.@NCU... 2025-10-04                  infotocap(1M)