]> ncurses.scripts.mit.edu Git - ncurses.git/blob - doc/html/man/tabs.1.html
e825e5277f6cc658cebb635295525e5335b9a14f
[ncurses.git] / doc / html / man / tabs.1.html
1 <!-- 
2   ****************************************************************************
3   * Copyright (c) 2008-2011,2013 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: tabs.1,v 1.11 2013/06/22 18:11:57 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>tabs 1</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>tabs 1</H1>
42 <HR>
43 <PRE>
44 <STRONG><A HREF="tabs.1.html">tabs(1)</A></STRONG>                                                         <STRONG><A HREF="tabs.1.html">tabs(1)</A></STRONG>
45
46
47
48
49 </PRE>
50 <H2><a name="h2-NAME">NAME</a></H2><PRE>
51        <STRONG>tabs</STRONG> - set tabs on a terminal
52
53
54 </PRE>
55 <H2><a name="h2-SYNOPSIS">SYNOPSIS</a></H2><PRE>
56        <STRONG>tabs</STRONG> [<EM>options</EM>]] <EM>[tabstop-list]</EM>
57
58
59 </PRE>
60 <H2><a name="h2-DESCRIPTION">DESCRIPTION</a></H2><PRE>
61        The  <STRONG>tabs</STRONG>  program clears and sets tab-stops on the termi-
62        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>
63        capabilities.   If  either  is  absent,  <STRONG>tabs</STRONG> is unable to
64        clear/set tab-stops.  The terminal should be configured to
65        use hard tabs, e.g.,
66
67               stty tab0
68
69
70 </PRE>
71 <H2><a name="h2-OPTIONS">OPTIONS</a></H2><PRE>
72
73 </PRE>
74 <H3><a name="h3-General-Options">General Options</a></H3><PRE>
75        <STRONG>-T</STRONG><EM>name</EM>
76             Tell <STRONG>tabs</STRONG> which terminal type to use.  If this option
77             is not given, <STRONG>tabs</STRONG> will  use  the  <STRONG>$TERM</STRONG>  environment
78             variable.   If  that  is  not  set,  it  will use the
79             <EM>ansi+tabs</EM> entry.
80
81        <STRONG>-d</STRONG>   The debugging option shows a ruler line, followed  by
82             two  data  lines.   The  first  data  line  shows the
83             expected tab-stops marked with asterisks.  The second
84             data  line  shows  the  actual tab-stops, marked with
85             asterisks.
86
87        <STRONG>-n</STRONG>   This option tells <STRONG>tabs</STRONG> to check the options  and  run
88             any  debugging option, but not to modify the terminal
89             settings.
90
91        <STRONG>-V</STRONG>   reports the version of ncurses which was used in this
92             program, and exits.
93
94        The  <STRONG>tabs</STRONG>  program  processes  a single list of tab stops.
95        The last option to be processed which defines  a  list  is
96        the one that determines the list to be processed.
97
98
99 </PRE>
100 <H3><a name="h3-Implicit-Lists">Implicit Lists</a></H3><PRE>
101        Use  a  single number as an option, e.g., "<STRONG>-5</STRONG>" to set tabs
102        at the given interval (in this case  1,  6,  11,  16,  21,
103        etc.).   Tabs  are  repeated up to the right margin of the
104        screen.
105
106        Use "<STRONG>-0</STRONG>" to clear all tabs.
107
108        Use "<STRONG>-8</STRONG>" to set tabs to the standard interval.
109
110
111 </PRE>
112 <H3><a name="h3-Explicit-Lists">Explicit Lists</a></H3><PRE>
113        An explicit list can be defined after  the  options  (this
114        does  not  use  a "-").  The values in the list must be in
115        increasing numeric order, and greater than zero.  They are
116        separated by a comma or a blank, for example,
117
118               tabs 1,6,11,16,21
119               tabs 1 6 11 16 21
120        Use  a  '+'  to treat a number as an increment relative to
121        the previous value, e.g.,
122
123               tabs 1,+5,+5,+5,+5
124
125        which is equivalent to the 1,6,11,16,21 example.
126
127
128 </PRE>
129 <H3><a name="h3-Predefined-Tab-Stops">Predefined Tab-Stops</a></H3><PRE>
130        X/Open defines several predefined lists of tab stops.
131
132        <STRONG>-a</STRONG>   Assembler, IBM S/370, first format
133
134        <STRONG>-a2</STRONG>  Assembler, IBM S/370, second format
135
136        <STRONG>-c</STRONG>   COBOL, normal format
137
138        <STRONG>-c2</STRONG>  COBOL compact format
139
140        <STRONG>-c3</STRONG>  COBOL compact format extended
141
142        <STRONG>-f</STRONG>   FORTRAN
143
144        <STRONG>-p</STRONG>   PL/I
145
146        <STRONG>-s</STRONG>   SNOBOL
147
148        <STRONG>-u</STRONG>   UNIVAC 1100 Assembler
149
150
151 </PRE>
152 <H2><a name="h2-PORTABILITY">PORTABILITY</a></H2><PRE>
153        X/Open describes a <STRONG>+m</STRONG> option, to set  a  terminal's  left-
154        margin.   Very few of the entries in the terminal database
155        provide this capability.
156
157        The <STRONG>-d</STRONG> (debug) and <STRONG>-n</STRONG> (no-op) options are  extensions  not
158        provided by other implementations.
159
160        Documentation  for other implementations states that there
161        is a limit on the number of tab stops.  While some  termi-
162        nals may not accept an arbitrary number of tab stops, this
163        implementation will attempt to set tab  stops  up  to  the
164        right  margin  of the screen, if the given list happens to
165        be that long.
166
167
168 </PRE>
169 <H2><a name="h2-SEE-ALSO">SEE ALSO</a></H2><PRE>
170        <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>.
171
172        This describes <STRONG>ncurses</STRONG> version 5.9 (patch 20150215).
173
174
175
176                                                                 <STRONG><A HREF="tabs.1.html">tabs(1)</A></STRONG>
177 </PRE>
178 <div class="nav">
179 <ul>
180 <li><a href="#h2-NAME">NAME</a></li>
181 <li><a href="#h2-SYNOPSIS">SYNOPSIS</a></li>
182 <li><a href="#h2-DESCRIPTION">DESCRIPTION</a></li>
183 <li><a href="#h2-OPTIONS">OPTIONS</a>
184 <ul>
185 <li><a href="#h3-General-Options">General Options</a></li>
186 <li><a href="#h3-Implicit-Lists">Implicit Lists</a></li>
187 <li><a href="#h3-Explicit-Lists">Explicit Lists</a></li>
188 <li><a href="#h3-Predefined-Tab-Stops">Predefined Tab-Stops</a></li>
189 </ul>
190 </li>
191 <li><a href="#h2-PORTABILITY">PORTABILITY</a></li>
192 <li><a href="#h2-SEE-ALSO">SEE ALSO</a></li>
193 </ul>
194 </div>
195 </BODY>
196 </HTML>