]> ncurses.scripts.mit.edu Git - ncurses.git/blob - man/captoinfo.1m
ncurses 6.4 - patch 20231007
[ncurses.git] / man / captoinfo.1m
1 '\" t
2 .\"***************************************************************************
3 .\" Copyright 2018-2022,2023 Thomas E. Dickey                                *
4 .\" Copyright 1998-2010,2016 Free Software Foundation, Inc.                  *
5 .\"                                                                          *
6 .\" Permission is hereby granted, free of charge, to any person obtaining a  *
7 .\" copy of this software and associated documentation files (the            *
8 .\" "Software"), to deal in the Software without restriction, including      *
9 .\" without limitation the rights to use, copy, modify, merge, publish,      *
10 .\" distribute, distribute with modifications, sublicense, and/or sell       *
11 .\" copies of the Software, and to permit persons to whom the Software is    *
12 .\" furnished to do so, subject to the following conditions:                 *
13 .\"                                                                          *
14 .\" The above copyright notice and this permission notice shall be included  *
15 .\" in all copies or substantial portions of the Software.                   *
16 .\"                                                                          *
17 .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS  *
18 .\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF               *
19 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.   *
20 .\" IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,   *
21 .\" DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR    *
22 .\" OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR    *
23 .\" THE USE OR OTHER DEALINGS IN THE SOFTWARE.                               *
24 .\"                                                                          *
25 .\" Except as contained in this notice, the name(s) of the above copyright   *
26 .\" holders shall not be used in advertising or otherwise to promote the     *
27 .\" sale, use or other dealings in this Software without prior written       *
28 .\" authorization.                                                           *
29 .\"***************************************************************************
30 .\"
31 .\" $Id: captoinfo.1m,v 1.51 2023/10/07 21:19:07 tom Exp $
32 .TH @CAPTOINFO@ 1M 2023-10-07 "ncurses 6.4" "User commands"
33 .ie \n(.g \{\
34 .ds `` \(lq
35 .ds '' \(rq
36 .ds '  \(aq
37 .\}
38 .el \{\
39 .ie t .ds `` ``
40 .el   .ds `` ""
41 .ie t .ds '' ''
42 .el   .ds '' ""
43 .ie t .ds '  \(aq
44 .el   .ds '  '
45 .\}
46 .
47 .ds n 5
48 .ds d /etc/termcap
49 .SH NAME
50 \fB\%@CAPTOINFO@\fP \-
51 convert a \fItermcap\fR description into a \fIterminfo\fR description
52 .SH SYNOPSIS
53 .B @CAPTOINFO@
54 .RI [ tic-option ]
55 .RI [ file
56 \&.\|.\|.]
57 .P
58 .B "@CAPTOINFO@ \-V"
59 .SH DESCRIPTION
60 \fB\%@CAPTOINFO@\fP looks in each given text
61 \fIfile\fP for \fItermcap\fP descriptions.
62 For each one found,
63 it writes an equivalent \fIterminfo\fP description to the standard
64 output stream.
65 \fItermcap\fP \fBtc\fP capabilities are translated directly to
66 \fIterminfo\fP \*(``\fBuse\fP\*('' capabilities.
67 .PP
68 If no \fIfile\fPs are specified,
69 \fB\%@CAPTOINFO@\fP interprets the content of the environment variable
70 \fB\%TERMCAP\fP as a file name,
71 and extracts only the entry for the terminal named in the environment
72 variable \fB\%TERM\fP from it.
73 If the environment variable \fB\%TERMCAP\fP is not set,
74 \fB\%@CAPTOINFO@\fP reads \fI\%\*d\fP.
75 .PP
76 This utility is implemented as a link to \fB\%@TIC@\fP(1M),
77 with the latter's
78 .B \-I
79 option implied.
80 You can use other \fB\%@TIC@\fP options such as
81 .BR \-1 ,
82 .BR \-f ,
83 .BR \-v ,
84 .BR \-w ,
85 and
86 .BR \-x .
87 .SS "Translations from nonstandard capabilities"
88 \fB\%@CAPTOINFO@\fP translates some obsolete,
89 nonstandard capabilities into standard (SVr4/XSI Curses) \fIterminfo\fP
90 capabilities.
91 It issues a diagnostic to the standard error stream for each,
92 inviting the user to check that it has not mistakenly translated an
93 unknown or mistyped capability name.
94 .PP
95 .TS
96 cb cb cb cb
97 cb cb cb cb
98 cb cb l  lb.
99 Nonstandard     Standard        \&      \f(BIterminfo\fP
100 name    name    From    capability
101 _
102 BO      mr      AT&T    enter_reverse_mode
103 CI      vi      AT&T    cursor_invisible
104 CV      ve      AT&T    cursor_normal
105 DS      mh      AT&T    enter_dim_mode
106 EE      me      AT&T    exit_attribute_mode
107 FE      LF      AT&T    label_on
108 FL      LO      AT&T    label_off
109 XS      mk      AT&T    enter_secure_mode
110 EN      @7      XENIX   key_end
111 GE      ae      XENIX   exit_alt_charset_mode
112 GS      as      XENIX   enter_alt_charset_mode
113 HM      kh      XENIX   key_home
114 LD      kL      XENIX   key_dl
115 PD      kN      XENIX   key_npage
116 PN      po      XENIX   prtr_off
117 PS      pf      XENIX   prtr_on
118 PU      kP      XENIX   key_ppage
119 RT      @8      XENIX   kent
120 UP      ku      XENIX   kcuu1
121 KA      k;      Tek     key_f10
122 KB      F1      Tek     key_f11
123 KC      F2      Tek     key_f12
124 KD      F3      Tek     key_f13
125 KE      F4      Tek     key_f14
126 KF      F5      Tek     key_f15
127 BC      Sb      Tek     set_background
128 FC      Sf      Tek     set_foreground
129 HS      mh      Iris    enter_dim_mode
130 .TE
131 .PP
132 XENIX \fItermcap\fP had a set of extension capabilities,
133 corresponding to box drawing characters of CCSID
134 (\*(``code page\*('') 437,
135 as follows.
136 .PP
137 .TS
138 cb cb
139 cb cb
140 cb l .
141 Termcap
142 Name    Graphic
143 _
144 G2      upper left corner
145 G3      lower left corner
146 G1      upper right corner
147 G4      lower right corner
148 GR      tee pointing right
149 GL      tee pointing left
150 GU      tee pointing up
151 GD      tee pointing down
152 GH      horizontal line
153 GV      vertical line
154 GC      intersection
155 G6      double upper left corner
156 G7      double lower left corner
157 G5      double upper right corner
158 G8      double lower right corner
159 Gr      double tee pointing right
160 Gr      double tee pointing left
161 Gu      double tee pointing up
162 Gd      double tee pointing down
163 Gh      double horizontal line
164 Gv      double vertical line
165 Gc      double intersection
166 .\" TODO: There are about 40 box drawing code points in CCSID 437;
167 .\" were there no XENIX capabilities for the mixed single- and double-
168 .\" line intersections?
169 .\"
170 .\" TODO: GG doesn't seem to fit with the others; explain it.
171 GG      ACS magic cookie count
172 .TE
173 .PP
174 If the single-line capabilities occur in an entry,
175 they are composed into an \fBacsc\fP string.
176 The double-line capabilities and
177 \fBGG\fP are discarded with a warning message.
178 .PP
179 IBM's AIX has a \fIterminfo\fP facility descended from SVr1
180 \fIterminfo\fP,
181 but which is incompatible with the SVr4 format.
182 \fB\%@CAPTOINFO@\fP translates the following AIX extensions.
183 .PP
184 .TS
185 cb cb
186 l  l .
187 IBM     XSI
188 _
189 ksel    kslt
190 kbtab   kcbt
191 font0   s0ds
192 font1   s1ds
193 font2   s2ds
194 font3   s3ds
195 .TE
196 .PP
197 Additionally,
198 this program translates the AIX \fBbox1\fP capability to an \fBacsc\fP
199 string.
200 .PP
201 The HP-UX \fIterminfo\fP library supports two nonstandard \fIterminfo\fP
202 capabilities,
203 \fBmeml\fP (memory lock) and \fBmemu\fP (memory unlock).
204 \fB\%@CAPTOINFO@\fP discards these with a warning message.
205 .SH FILES
206 .TP
207 \fI\*d\fP
208 default \fItermcap\fP terminal capability database
209 .SH NOTES
210 The verbose option is not identical to SVr4's.
211 Under SVr4, instead of following
212 the \fB\-v\fP with a trace level \fIn\fP,
213 you repeat it \fIn\fP times.
214 .SH PORTABILITY
215 X/Open Curses, Issue 7 (2009) describes \fBtic\fP briefly,
216 but omits this program.
217 SVr4 systems provide \fB\%captoinfo\fP as a separate application from
218 \fBtic\fP.
219 .PP
220 NetBSD does not provide this application.
221 .SH AUTHOR
222 Eric S. Raymond <esr@snark.thyrsus.com>
223 and
224 .br
225 Thomas E. Dickey <dickey@invisible-island.net>
226 .SH SEE ALSO
227 \fB\%@INFOCMP@\fP(1M),
228 \fB\%@TIC@\fP(1M),
229 \fB\%curses\fP(3X),
230 \fB\%terminfo\fP(\*n)