missing ncurses sources
[tomato.git] / release / src / router / libncurses / doc / html / man / tabs.1.html
bloba8781acdcbf0e728ea0d4fcdd97d7327e8087430
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
2 <!--
3 ****************************************************************************
4 * Copyright (c) 2008-2009,2010 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 * @Id: tabs.1,v 1.8 2010/12/04 18:40:45 tom Exp @
31 -->
32 <HTML>
33 <HEAD>
34 <TITLE>tabs 1</TITLE>
35 <link rev=made href="mailto:bug-ncurses@gnu.org">
36 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
37 </HEAD>
38 <BODY>
39 <H1>tabs 1</H1>
40 <HR>
41 <PRE>
42 <!-- Manpage converted by man2html 3.0.1 -->
43 <STRONG><A HREF="tabs.1.html">tabs(1)</A></STRONG> <STRONG><A HREF="tabs.1.html">tabs(1)</A></STRONG>
48 </PRE>
49 <H2>NAME</H2><PRE>
50 <STRONG>tabs</STRONG> - set tabs on a terminal
53 </PRE>
54 <H2>SYNOPSIS</H2><PRE>
55 <STRONG>tabs</STRONG> [<STRONG>-v</STRONG>[<EM>n</EM>]] [<STRONG>-ahuUV</STRONG>] <EM>file...</EM>
58 </PRE>
59 <H2>DESCRIPTION</H2><PRE>
60 The <STRONG>tabs</STRONG> program clears and sets tab-stops on the termi-
61 nal. This uses the terminfo <EM>clear</EM><STRONG>_</STRONG><EM>all</EM><STRONG>_</STRONG><EM>tabs</EM> and <EM>set</EM><STRONG>_</STRONG><EM>tab</EM>
62 capabilities. If either is absent, <STRONG>tabs</STRONG> is unable to
63 clear/set tab-stops. The terminal should be configured to
64 use hard tabs, e.g.,
66 stty tab0
69 </PRE>
70 <H2>OPTIONS</H2><PRE>
71 <STRONG>General</STRONG> <STRONG>Options</STRONG>
72 <STRONG>-T</STRONG><EM>name</EM>
73 Tell <STRONG>tabs</STRONG> which terminal type to use. If this option
74 is not given, <STRONG>tabs</STRONG> will use the <STRONG>$TERM</STRONG> environment
75 variable. If that is not set, it will use the
76 <EM>ansi+tabs</EM> entry.
78 <STRONG>-d</STRONG> The debugging option shows a ruler line, followed by
79 two data lines. The first data line shows the
80 expected tab-stops marked with asterisks. The second
81 data line shows the actual tab-stops, marked with
82 asterisks.
84 <STRONG>-n</STRONG> This option tells <STRONG>tabs</STRONG> to check the options and run
85 any debugging option, but not to modify the terminal
86 settings.
88 The <STRONG>tabs</STRONG> program processes a single list of tab stops.
89 The last option to be processed which defines a list is
90 the one that determines the list to be processed.
92 <STRONG>Implicit</STRONG> <STRONG>Lists</STRONG>
93 Use a single number as an option, e.g., "<STRONG>-5</STRONG>" to set tabs
94 at the given interval (in this case 1, 6, 11, 16, 21,
95 etc.). Tabs are repeated up to the right margin of the
96 screen.
98 Use "<STRONG>-0</STRONG>" to clear all tabs.
100 Use "<STRONG>-8</STRONG>" to set tabs to the standard interval.
102 <STRONG>Explicit</STRONG> <STRONG>Lists</STRONG>
103 An explicit list can be defined after the options (this
104 does not use a "-"). The values in the list must be in
105 increasing numeric order, and greater than zero. They are
106 separated by a comma or a blank, for example,
108 tabs 1,6,11,16,21
109 tabs 1 6 11 16 21
110 Use a '+' to treat a number as an increment relative to
111 the previous value, e.g.,
113 tabs 1,+5,+5,+5,+5
114 which is equivalent to the 1,6,11,16,21 example.
116 <STRONG>Predefined</STRONG> <STRONG>Tab-Stops</STRONG>
117 X/Open defines several predefined lists of tab stops.
119 <STRONG>-a</STRONG> Assembler, IBM S/370, first format
121 <STRONG>-a2</STRONG> Assembler, IBM S/370, second format
123 <STRONG>-c</STRONG> COBOL, normal format
125 <STRONG>-c2</STRONG> COBOL compact format
127 <STRONG>-c3</STRONG> COBOL compact format extended
129 <STRONG>-f</STRONG> FORTRAN
131 <STRONG>-p</STRONG> PL/I
133 <STRONG>-s</STRONG> SNOBOL
135 <STRONG>-u</STRONG> UNIVAC 1100 Assembler
138 </PRE>
139 <H2>PORTABILITY</H2><PRE>
140 X/Open describes a <STRONG>+m</STRONG> option, to set a terminal's left-
141 margin. Very few of the entries in the terminal database
142 provide this capability.
144 The <STRONG>-d</STRONG> (debug) and <STRONG>-n</STRONG> (no-op) options are extensions not
145 provided by other implementations.
147 Documentation for other implementations states that there
148 is a limit on the number of tab stops. While some termi-
149 nals may not accept an arbitrary number of tab stops, this
150 implementation will attempt to set tab stops up to the
151 right margin of the screen, if the given list happens to
152 be that long.
155 </PRE>
156 <H2>SEE ALSO</H2><PRE>
157 <STRONG><A HREF="tset.1.html">tset(1)</A></STRONG>, <STRONG><A HREF="infocmp.1m.html">infocmp(1m)</A></STRONG>, <STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG>, <STRONG><A HREF="terminfo.5.html">terminfo(5)</A></STRONG>.
159 This describes <STRONG>ncurses</STRONG> version 5.9 (patch 20110404).
163 <STRONG><A HREF="tabs.1.html">tabs(1)</A></STRONG>
164 </PRE>
165 <HR>
166 <ADDRESS>
167 Man(1) output converted with
168 <a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a>
169 </ADDRESS>
170 </BODY>
171 </HTML>