***************************************************************************
Copyright 2018-2023,2024 Thomas E. Dickey *
Copyright 1999-2010,2016 Free Software Foundation, Inc. *
*
Permission is hereby granted, free of charge, to any person obtaining a *
copy of this software and associated documentation files (the *
"Software"), to deal in the Software without restriction, including *
without limitation the rights to use, copy, modify, merge, publish, *
distribute, distribute with modifications, sublicense, and/or sell *
copies of the Software, and to permit persons to whom the Software is *
furnished to do so, subject to the following conditions: *
*
The above copyright notice and this permission notice shall be included *
in all copies or substantial portions of the Software. *
*
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS *
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF *
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. *
IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR *
THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
*
Except as contained in this notice, the name(s) of the above copyright *
holders shall not be used in advertising or otherwise to promote the *
sale, use or other dealings in this Software without prior written *
authorization. *
***************************************************************************
$Id: infotocap.1m,v 1.41 2024/03/16 15:35:01 tom Exp $
Copyright 2018-2023,2024 Thomas E. Dickey *
Copyright 1999-2010,2016 Free Software Foundation, Inc. *
*
Permission is hereby granted, free of charge, to any person obtaining a *
copy of this software and associated documentation files (the *
"Software"), to deal in the Software without restriction, including *
without limitation the rights to use, copy, modify, merge, publish, *
distribute, distribute with modifications, sublicense, and/or sell *
copies of the Software, and to permit persons to whom the Software is *
furnished to do so, subject to the following conditions: *
*
The above copyright notice and this permission notice shall be included *
in all copies or substantial portions of the Software. *
*
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS *
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF *
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. *
IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR *
THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
*
Except as contained in this notice, the name(s) of the above copyright *
holders shall not be used in advertising or otherwise to promote the *
sale, use or other dealings in this Software without prior written *
authorization. *
***************************************************************************
$Id: infotocap.1m,v 1.41 2024/03/16 15:35:01 tom Exp $
@INFOTOCAP@ 1M 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "User commands"
.\}
.\}
.
NAME
\%@INFOTOCAP@ -
convert a \%terminfo description into a \%termcap description
SYNOPSIS
@INFOTOCAP@ [ tic-option ] file .\|.\|.
"@INFOTOCAP@ -V"
DESCRIPTION
\%@INFOTOCAP@ translates terminal descriptions.
It looks in each given text file for \%terminfo entries and,
For each one found,
it writes an analogous \%termcap description to the standard
output stream.
\%terminfo \*(``use\*('' 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
\*d compiled terminal description database
PORTABILITY
None of X/Open Curses,
Issue 7 (2009),
SVr4,
or NetBSD document this application.
AUTHORS
Eric S. Raymond <esr@snark.thyrsus.com>
and
Thomas E. Dickey <dickey@invisible-island.net>
SEE ALSO
\%@INFOCMP@(1M),
\%@TIC@(1M),
\%curses(3X),
\%terminfo(5)