]> ncurses.scripts.mit.edu Git - ncurses.git/blob - doc/html/man/toe.1m.html
ncurses 6.1 - patch 20190323
[ncurses.git] / doc / html / man / toe.1m.html
1 <!-- 
2   ****************************************************************************
3   * Copyright (c) 1998-2015,2017 Free Software Foundation, Inc.              *
4   *                                                                          *
5   * Permission is hereby granted, free of charge, to any person obtaining a  *
6   * copy of this software and associated documentation files (the            *
7   * "Software"), to deal in the Software without restriction, including      *
8   * without limitation the rights to use, copy, modify, merge, publish,      *
9   * distribute, distribute with modifications, sublicense, and/or sell       *
10   * copies of the Software, and to permit persons to whom the Software is    *
11   * furnished to do so, subject to the following conditions:                 *
12   *                                                                          *
13   * The above copyright notice and this permission notice shall be included  *
14   * in all copies or substantial portions of the Software.                   *
15   *                                                                          *
16   * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS  *
17   * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF               *
18   * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.   *
19   * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,   *
20   * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR    *
21   * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR    *
22   * THE USE OR OTHER DEALINGS IN THE SOFTWARE.                               *
23   *                                                                          *
24   * Except as contained in this notice, the name(s) of the above copyright   *
25   * holders shall not be used in advertising or otherwise to promote the     *
26   * sale, use or other dealings in this Software without prior written       *
27   * authorization.                                                           *
28   ****************************************************************************
29   * @Id: toe.1m,v 1.29 2017/02/18 17:10:26 tom Exp @
30 -->
31 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
32 <HTML>
33 <HEAD>
34 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
35 <meta name="generator" content="Manpage converted by man2html - see https://invisible-island.net/scripts/readme.html#others_scripts">
36 <TITLE>toe 1m</TITLE>
37 <link rel="author" href="mailto:bug-ncurses@gnu.org">
38 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
39 </HEAD>
40 <BODY>
41 <H1 class="no-header">toe 1m</H1>
42 <PRE>
43 <STRONG><A HREF="toe.1m.html">toe(1m)</A></STRONG>                                                                <STRONG><A HREF="toe.1m.html">toe(1m)</A></STRONG>
44
45
46
47
48 </PRE><H2><a name="h2-NAME">NAME</a></H2><PRE>
49        <STRONG>toe</STRONG> - table of (terminfo) entries
50
51
52 </PRE><H2><a name="h2-SYNOPSIS">SYNOPSIS</a></H2><PRE>
53        <STRONG>toe</STRONG> [<STRONG>-v</STRONG>[<EM>n</EM>]] [<STRONG>-ahsuUV</STRONG>] <EM>file...</EM>
54
55
56 </PRE><H2><a name="h2-DESCRIPTION">DESCRIPTION</a></H2><PRE>
57        With no options, <STRONG>toe</STRONG> lists all available terminal types by primary name
58        with descriptions.   File  arguments  specify  the  directories  to  be
59        scanned;  if  no such arguments are given, your default terminfo direc-
60        tory is scanned.  If you also specify the <STRONG>-h</STRONG> option, a directory header
61        will be issued as each directory is entered.
62
63        There are other options intended for use by terminfo file maintainers:
64
65        <STRONG>-a</STRONG>     report  on  all  of  the  terminal databases which ncurses would
66               search, rather than only the first one that it finds.
67
68               If the <STRONG>-s</STRONG> is also given, <STRONG>toe</STRONG> adds a column to the report,  show-
69               ing  (like  <STRONG>conflict(1)</STRONG>)  which  entries which belong to a given
70               terminal database.  An "*" marks entries which differ,  and  "+"
71               marks equivalent entries.
72
73               Without  the <STRONG>-s</STRONG> option, <STRONG>toe</STRONG> does not attempt to merge duplicates
74               in its report
75
76        <STRONG>-s</STRONG>     sort the output by the entry names.
77
78        <STRONG>-u</STRONG> <EM>file</EM>
79               says to write a report to the standard output, listing dependen-
80               cies in the given terminfo/termcap source file.  The report con-
81               denses the "use" relation: each line  consists  of  the  primary
82               name  of  a  terminal  that  has use capabilities, followed by a
83               colon, followed by the whitespace-separated primary names of all
84               terminals  which  occur in those use capabilities, followed by a
85               newline
86
87        <STRONG>-U</STRONG> <EM>file</EM>
88               says to write a report to the standard output,  listing  reverse
89               dependencies  in  the  given  terminfo/termcap source file.  The
90               report reverses the "use" relation: each line  consists  of  the
91               primary name of a terminal that occurs in use capabilities, fol-
92               lowed by a colon, followed by the  whitespace-separated  primary
93               names  of  all  terminals which depend on it, followed by a new-
94               line.
95
96        <STRONG>-v</STRONG><EM>n</EM>    specifies that (verbose) output be written  to  standard  error,
97               showing <STRONG>toe</STRONG>'s progress.
98
99               The  optional  parameter <EM>n</EM> is a number from 1 to 10, interpreted
100               as for <STRONG><A HREF="tic.1m.html">tic(1m)</A></STRONG>.  If ncurses is built  without  tracing  support,
101               the optional parameter is ignored.
102
103        <STRONG>-V</STRONG>     reports  the  version of ncurses which was used in this program,
104               and exits.
105
106
107 </PRE><H2><a name="h2-FILES">FILES</a></H2><PRE>
108        <STRONG>/usr/share/terminfo/?/*</STRONG>
109             Compiled terminal description database.
110
111
112 </PRE><H2><a name="h2-SEE-ALSO">SEE ALSO</a></H2><PRE>
113        <STRONG><A HREF="tic.1m.html">tic(1m)</A></STRONG>, <STRONG><A HREF="infocmp.1m.html">infocmp(1m)</A></STRONG>, <STRONG><A HREF="captoinfo.1m.html">captoinfo(1m)</A></STRONG>,  <STRONG><A HREF="infotocap.1m.html">infotocap(1m)</A></STRONG>,  <STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG>,  <STRONG>ter-</STRONG>
114        <STRONG><A HREF="terminfo.5.html">minfo(5)</A></STRONG>.
115
116        This describes <STRONG>ncurses</STRONG> version 6.1 (patch 20190323).
117
118
119
120                                                                        <STRONG><A HREF="toe.1m.html">toe(1m)</A></STRONG>
121 </PRE>
122 <div class="nav">
123 <ul>
124 <li><a href="#h2-NAME">NAME</a></li>
125 <li><a href="#h2-SYNOPSIS">SYNOPSIS</a></li>
126 <li><a href="#h2-DESCRIPTION">DESCRIPTION</a></li>
127 <li><a href="#h2-FILES">FILES</a></li>
128 <li><a href="#h2-SEE-ALSO">SEE ALSO</a></li>
129 </ul>
130 </div>
131 </BODY>
132 </HTML>