]> ncurses.scripts.mit.edu Git - ncurses.git/blob - doc/html/man/toe.1m.html
859e046ab2cb795bd7169066370b8e4f4f9972ce
[ncurses.git] / doc / html / man / toe.1m.html
1 <!-- 
2   ****************************************************************************
3   * Copyright (c) 1998-2011,2015 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.27 2015/08/29 22:04:48 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 http://invisible-island.net/scripts/readme.html#others_scripts">
36 <TITLE>toe 1m</TITLE>
37 <link rev=made 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>
49 <H2><a name="h2-NAME">NAME</a></H2><PRE>
50        <STRONG>toe</STRONG> - table of (terminfo) entries
51
52
53 </PRE>
54 <H2><a name="h2-SYNOPSIS">SYNOPSIS</a></H2><PRE>
55        <STRONG>toe</STRONG> [<STRONG>-v</STRONG>[<EM>n</EM>]] [<STRONG>-ahsuUV</STRONG>] <EM>file...</EM>
56
57
58 </PRE>
59 <H2><a name="h2-DESCRIPTION">DESCRIPTION</a></H2><PRE>
60        With no options, <STRONG>toe</STRONG> lists all available terminal types by
61        primary name with descriptions.   File  arguments  specify
62        the  directories  to  be scanned; if no such arguments are
63        given, your default terminfo directory is scanned.  If you
64        also  specify  the  <STRONG>-h</STRONG>  option, a directory header will be
65        issued as each directory is entered.
66
67        There are other options intended for use by terminfo  file
68        maintainers:
69
70        <STRONG>-a</STRONG>     report  on  all  of  the  terminal  databases which
71               ncurses would search, rather than  only  the  first
72               one that it finds.
73
74               If  the  <STRONG>-s</STRONG> is also given, <STRONG>toe</STRONG> adds a column to the
75               report, showing (like  <STRONG>conflict(1)</STRONG>)  which  entries
76               which  belong to a given terminal database.  An "*"
77               marks entries which differ, and "+"  marks  equiva-
78               lent entries.
79
80               Without  the  <STRONG>-s</STRONG>  option,  <STRONG>toe</STRONG>  does not attempt to
81               merge duplicates in its report
82
83        <STRONG>-s</STRONG>     sort the output by the entry names.
84
85        <STRONG>-u</STRONG> <EM>file</EM>
86               says to write a  report  to  the  standard  output,
87               listing  dependencies in the given terminfo/termcap
88               source file.  The report condenses the `use'  rela-
89               tion:  each  line consists of the primary name of a
90               terminal that has use capabilities, followed  by  a
91               colon, followed by the whitespace-separated primary
92               names of all terminals which  occur  in  those  use
93               capabilities, followed by a newline
94
95        <STRONG>-U</STRONG> <EM>file</EM>
96               says  to  write  a  report  to the standard output,
97               listing reverse  dependencies  in  the  given  ter-
98               minfo/termcap source file.  The report reverses the
99               `use' relation: each line consists of  the  primary
100               name of a terminal that occurs in use capabilities,
101               followed by a colon, followed  by  the  whitespace-
102               separated  primary  names  of  all  terminals which
103               depend on it, followed by a newline.
104
105        <STRONG>-v</STRONG><EM>n</EM>    specifies that (verbose) output be written to stan-
106               dard  error,  showing <STRONG>toe</STRONG>'s progress.  The optional
107               parameter <EM>n</EM> is a number from 1 to  10,  interpreted
108               as for <STRONG><A HREF="tic.1m.html">tic(1m)</A></STRONG>.
109
110        <STRONG>-V</STRONG>     reports  the  version  of ncurses which was used in
111               this program, and exits.
112
113
114 </PRE>
115 <H2><a name="h2-FILES">FILES</a></H2><PRE>
116        <STRONG>/usr/share/terminfo/?/*</STRONG>
117             Compiled terminal description database.
118
119
120 </PRE>
121 <H2><a name="h2-SEE-ALSO">SEE ALSO</a></H2><PRE>
122        <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>,
123        <STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG>, <STRONG><A HREF="terminfo.5.html">terminfo(5)</A></STRONG>.
124
125        This describes <STRONG>ncurses</STRONG> version 6.0 (patch 20150905).
126
127
128
129                                                                 <STRONG><A HREF="toe.1m.html">toe(1m)</A></STRONG>
130 </PRE>
131 <div class="nav">
132 <ul>
133 <li><a href="#h2-NAME">NAME</a></li>
134 <li><a href="#h2-SYNOPSIS">SYNOPSIS</a></li>
135 <li><a href="#h2-DESCRIPTION">DESCRIPTION</a></li>
136 <li><a href="#h2-FILES">FILES</a></li>
137 <li><a href="#h2-SEE-ALSO">SEE ALSO</a></li>
138 </ul>
139 </div>
140 </BODY>
141 </HTML>