summaryrefslogtreecommitdiffstats
path: root/upstream/debian-unstable/man1/infotocap.1
blob: 59271c64dfbaceb5a3388c73543991c91e9f7e86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
.\"***************************************************************************
.\" Copyright 2018-2022,2023 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.39 2023/12/10 14:12:43 tom Exp $
.TH infotocap 1 2023-12-10 "ncurses 6.4" "User commands"
.ie \n(.g \{\
.ds `` \(lq
.ds '' \(rq
.\}
.el \{\
.ie t .ds `` ``
.el   .ds `` ""
.ie t .ds '' ''
.el   .ds '' ""
.\}
.
.ds d /etc/terminfo
.SH NAME
\fB\%infotocap\fP \-
convert a \fI\%terminfo\fR description into a \fI\%termcap\fR description
.SH SYNOPSIS
.B infotocap
.RI [ tic-option ]
.I file
\&.\|.\|.
.P
.B "infotocap \-V"
.SH DESCRIPTION
\fB\%infotocap\fP translates terminal descriptions.
It looks in each given text \fIfile\fP for \fI\%terminfo\fP entries and,
For each one found,
it writes an analogous \fI\%termcap\fP description to the standard
output stream.
\fI\%terminfo\fP \*(``\fBuse\fP\*('' capabilities translate to
\fI\%termcap\fP \fBtc\fP capabilities.
Because \fI\%termcap\fP is a less expressive format than
\fI\%terminfo\fP,
some capabilities cannot be translated.
.PP
This utility is implemented as a link to \fB\%tic\fP(1),
with the latter's
.B \-C
option implied.
You can use other \fB\%tic\fP options such as
.BR \-1 ,
.BR \-f ,
.BR \-v ,
.BR \-w ,
and
.BR \-x .
The \fB\-V\fP option reports the version of \fI\%ncurses\fP associated
with this program and exits with a successful status.
.SH FILES
.TP
.I \*d
compiled terminal description database
.SH PORTABILITY
None of X/Open Curses,
Issue 7 (2009),
SVr4,
or NetBSD document this application.
.SH AUTHORS
Eric S. Raymond <esr@snark.thyrsus.com>
and
.br
Thomas E. Dickey <dickey@invisible\-island.net>
.SH SEE ALSO
\fB\%infocmp\fP(1),
\fB\%tic\fP(1),
\fB\%ncurses\fP(3NCURSES),
\fB\%terminfo\fP(5)