version 1, including all changes.
.
Rev |
Author |
# |
Line |
1 |
perry |
1 |
toe |
|
|
2 |
!!!toe |
|
|
3 |
NAME |
|
|
4 |
SYNOPSIS |
|
|
5 |
DESCRIPTION |
|
|
6 |
FILES |
|
|
7 |
SEE ALSO |
|
|
8 |
---- |
|
|
9 |
!!NAME |
|
|
10 |
|
|
|
11 |
|
|
|
12 |
__toe__ - table of (terminfo) entries |
|
|
13 |
!!SYNOPSIS |
|
|
14 |
|
|
|
15 |
|
|
|
16 |
__toe__ [[__-v__[[''n'']] [[__-huUV__] |
|
|
17 |
''file...'' |
|
|
18 |
!!DESCRIPTION |
|
|
19 |
|
|
|
20 |
|
|
|
21 |
With no options, __toe__ lists all available terminal |
|
|
22 |
types by primary name with descriptions. File arguments |
|
|
23 |
specify the directories to be scanned; if no such arguments |
|
|
24 |
are given, your default terminfo directory is scanned. If |
|
|
25 |
you also specify the -h option, a directory header will be |
|
|
26 |
issued as each directory is entered. |
|
|
27 |
|
|
|
28 |
|
|
|
29 |
There are other options intended for use by terminfo file |
|
|
30 |
maintainers: |
|
|
31 |
|
|
|
32 |
|
|
|
33 |
__-u__ ''file'' |
|
|
34 |
|
|
|
35 |
|
|
|
36 |
says to issue a report on dependencies in the given file. |
|
|
37 |
This report condenses the `use' relation: each line consists |
|
|
38 |
of the primary name of a terminal that has use capabilities, |
|
|
39 |
followed by a colon, followed by the whitespace-separated |
|
|
40 |
primary names of all terminals which occur in those use |
|
|
41 |
capabilities, followed by a newline |
|
|
42 |
|
|
|
43 |
|
|
|
44 |
__-U__ ''file'' |
|
|
45 |
|
|
|
46 |
|
|
|
47 |
says to issue a report on reverse dependencies in the given |
|
|
48 |
file. This report reverses the `use' relation: each line |
|
|
49 |
consists of the primary name of a terminal that occurs in |
|
|
50 |
use capabilities, followed by a colon, followed by the |
|
|
51 |
whitespace-separated primary names of all terminals which |
|
|
52 |
depend on it, followed by a newline. |
|
|
53 |
|
|
|
54 |
|
|
|
55 |
__-v__''n'' |
|
|
56 |
|
|
|
57 |
|
|
|
58 |
specifies that (verbose) output be written to standard error |
|
|
59 |
trace information showing __toe__'s progress. The |
|
|
60 |
optional integer ''n'' is a number from 1 to 10, |
|
|
61 |
interpreted as for tic(1). |
|
|
62 |
|
|
|
63 |
|
|
|
64 |
__-V__ |
|
|
65 |
|
|
|
66 |
|
|
|
67 |
reports the version of ncurses which was used in this |
|
|
68 |
program, and exits. |
|
|
69 |
!!FILES |
|
|
70 |
|
|
|
71 |
|
|
|
72 |
__/usr/share/terminfo/?/*__ |
|
|
73 |
|
|
|
74 |
|
|
|
75 |
Compiled terminal description database. |
|
|
76 |
!!SEE ALSO |
|
|
77 |
|
|
|
78 |
|
|
|
79 |
__tic__(1M), __infocmp__(1M), __captoinfo__(1M), |
|
|
80 |
__infotocap__(1M), __curses__(3X), |
|
|
81 |
terminfo(5). |
|
|
82 |
---- |