]> ncurses.scripts.mit.edu Git - ncurses.git/blob - man/toe.1m
ncurses 6.4 - patch 20240120
[ncurses.git] / man / toe.1m
1 '\" t
2 .\"***************************************************************************
3 .\" Copyright 2019-2023,2024 Thomas E. Dickey                                *
4 .\" Copyright 1998-2015,2017 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: toe.1m,v 1.64 2024/01/20 16:51:21 tom Exp $
32 .TH @TOE@ 1M 2024-01-20 "ncurses 6.4" "User commands"
33 .ie \n(.g \{\
34 .ds `` \(lq
35 .ds '' \(rq
36 .\}
37 .el \{\
38 .ie t .ds `` ``
39 .el   .ds `` ""
40 .ie t .ds '' ''
41 .el   .ds '' ""
42 .\}
43 .ie n .ds CW R
44 .el   \{
45 .ie \n(.g .ds CW CR
46 .el       .ds CW CW
47 .\}
48 .
49 .de bP
50 .ie n  .IP \(bu 4
51 .el    .IP \(bu 2
52 ..
53 .ds d @TERMINFO@
54 .SH NAME
55 \fB\%@TOE@\fP \-
56 list table of entries of \fIterminfo\fR terminal types
57 .SH SYNOPSIS
58 .B @TOE@
59 .RB [ \-ahs ]
60 .RB [ \-v\ \c
61 .RI [ n ]]
62 .RI [ directory
63 \&.\|.\|.]
64 .PP
65 .B @TOE@
66 .RB [ \-u | \-U ]
67 .I file
68 .PP
69 .B "@TOE@ \-V"
70 .SH DESCRIPTION
71 \fB\%@TOE@\fP reports to the standard output stream the (primary) names
72 and descriptions of the terminal types available to the \fIterminfo\fP
73 library.
74 Each \fIdirectory\fP is scanned;
75 if none are given,
76 \fB\%@TOE@\fP scans the default \fIterminfo\fP directory.
77 .SH OPTIONS
78 The \fB\-h\fP option can be helpful to observe where \fB\%@TOE@\fP is
79 looking for terminal descriptions.
80 Other options support maintainers of \fIterminfo\fP terminal
81 descriptions.
82 .TP 9 \" "-u file" + 2n
83 .B \-a
84 lists entries from all terminal database directories that \fIterminfo\fP
85 would search,
86 instead of only the first that it finds.
87 .IP
88 If the \fB\-s\fP option is also given,
89 \fB\%@TOE@\fP adds a column to the report,
90 showing (like \fB\%conflict\fP(1)) which entries belong to a given
91 terminal database.
92 An \*(``*\*('' marks entries that differ,
93 and \*(``+\*('' marks equivalent entries.
94 .IP
95 Without the \fB\-s\fP option,
96 \fB\%@TOE@\fP does not attempt to merge duplicates in its report.
97 .TP
98 .B \-h
99 writes a heading naming each each directory as it is accessed.
100 .TP
101 .B \-s
102 sorts the output by the entry names.
103 .TP
104 .BI \-u\  file
105 lists terminal type dependencies in \fIfile\fP,
106 a \fIterminfo\fP entry source or \fItermcap\fP database file.
107 The report summarizes the \*(``\fBuse\fP\*('' (\fIterminfo\fP) and
108 \fBtc\fP (\fItermcap\fP) relations:
109 each line comprises the primary name of a terminal type employing
110 \fBuse\fP/\fBtc\fP capabilities,
111 a colon,
112 a space- and tab-separated list of primary names of terminal types thus
113 named,
114 and a newline.
115 .TP
116 .BI \-U\  file
117 lists terminal type reverse dependencies in \fIfile\fP,
118 a \fIterminfo\fP entry source or \fItermcap\fP database file.
119 The report summarizes the \*(``\fBuse\fP\*('' (\fIterminfo\fP) and
120 \fBtc\fP (\fItermcap\fP) reverse relations:
121 each line comprises the primary name of a terminal type occurring in
122 \fBuse\fP/\fBtc\fP capabilities,
123 a colon,
124 a space- and tab-separated list of primary names of terminal types
125 naming them thus,
126 and a newline.
127 .TP
128 .BR \-v\  [\c
129 .IR n ]
130 reports verbose status information to the standard error stream,
131 showing \fB\%@TOE@\fP's progress.
132 .IP
133 The optional parameter \fIn\fP is an integer between 1 and 10 inclusive,
134 interpreted as for \fB\%@TIC@\fP(1M).
135 If \fI\%ncurses\fP is built without tracing support,
136 \fIn\fP is ignored.
137 .TP
138 \fB\-V\fP
139 reports the version of \fI\%ncurses\fP associated
140 with this program and exits with a successful status.
141 .SH FILES
142 .TP
143 .I \*d
144 compiled terminal description database
145 .SH PORTABILITY
146 \fB\%@TOE@\fP is not provided by other implementations.
147 There is no applicable X/Open or POSIX standard for it.
148 .SH HISTORY
149 \fB\%@TOE@\fP replaces a \fB\-T\fP option that was briefly supported by
150 the \fI\%ncurses\fP \fB\%infocmp\fP utility in 1995.
151 .PP
152 The \fB\-a\fP and \fB\-s\fP options were added in 2006 and 2011,
153 respectively.
154 .PP
155 The program's name originates with a developer's pun:
156 .bP
157 \fBtic\fP,
158 .bP
159 \fBtac\fP (now \fBtack\fP),
160 .bP
161 \fBtoe\fP.
162 .SH EXAMPLES
163 When not sorting with the \fB\-s\fP option,
164 the \fB\-a\fP option reports all of the names found in all of the
165 terminal database directories named in the \fI\%TERMINFO\fP and
166 \fI\%TERMINFO_DIRS\fP environment variables.
167 .RS 4
168 .PP
169 .\" toe -a | grep -E '^(xterm|vt)'
170 .ft \*(CW
171 .TS
172 L2 Lx.
173 xterm\-color    generic color xterm
174 xterm\-xfree86  xterm terminal emulator (XFree86)
175 xterm\-vt220    xterm emulating vt220
176 xterm\-256color xterm with 256 colors
177 xterm\-r6       xterm X11R6 version
178 xterm\-r5       xterm R5 version
179 xterm\-mono     monochrome xterm
180 xterm   T{
181 .ad l
182 xterm terminal emulator (X Window System)
183 T}
184 vt220   dec vt220
185 vt102   dec vt102
186 vt100   dec vt100 (w/advanced video)
187 vt52    dec vt52
188 .T&
189 L.
190 \&.\|.\|.
191 .TE
192 .ft
193 .RE
194 .PP
195 Use the \fB\-a\fP and \fB\-s\fP options together to show where each
196 terminal description was found.
197 .RS 4
198 .PP
199 .\" toe -as | grep -E '(^-+>|:.(xterm|vt))'
200 .ft \*(CW
201 .TS
202 Lx.
203 \-\-> /etc/terminfo
204 \-\-\-\-> /lib/terminfo
205 \-\-\-\-\-\-> /usr/share/terminfo
206 .TE
207 .TS
208 L1 L2 Lx.
209 \-\-*\-\-\-:    vt100   dec vt100 (w/advanced video)
210 \-\-*\-\-\-:    vt102   dec vt102
211 \-\-*\-\-\-:    vt220   dec vt220
212 \-\-*\-\-\-:    vt52    dec vt52
213 \-\-*\-\-\-:    xterm   T{
214 .ad l
215 xterm terminal emulator (X Window System)
216 T}
217 \-\-*\-\-\-:    xterm\-256color xterm with 256 colors
218 \-\-*\-\-\-:    xterm\-color    generic color xterm
219 \-\-*\-\-\-:    xterm\-mono     monochrome xterm
220 \-\-*\-\-\-:    xterm\-r5       xterm R5 version
221 \-\-*\-\-\-:    xterm\-r6       xterm X11R6 version
222 \-\-*\-\-\-:    xterm\-vt220    xterm emulating vt220
223 \-\-*\-\-\-:    xterm\-xfree86  T{
224 .ad l
225 xterm terminal emulator (XFree86)
226 T}
227 .T&
228 L.
229 \&.\|.\|.
230 .TE
231 .ft
232 .RE
233 .SH SEE ALSO
234 \fB\%@CAPTOINFO@\fP(1M),
235 \fB\%@INFOCMP@\fP(1M),
236 \fB\%@INFOTOCAP@\fP(1M),
237 \fB\%@TIC@\fP(1M),
238 \fB\%curses\fP(3X),
239 \fB\%terminfo\fP(5)