]> ncurses.scripts.mit.edu Git - ncurses.git/blob - doc/html/man/tabs.1.html
ncurses 5.9 - patch 20140809
[ncurses.git] / doc / html / man / tabs.1.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <!-- 
3   ****************************************************************************
4   * Copyright (c) 2008-2011,2013 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.11 2013/06/22 18:11:57 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>
44
45
46
47
48 </PRE>
49 <H2>NAME</H2><PRE>
50        <STRONG>tabs</STRONG> - set tabs on a terminal
51
52
53 </PRE>
54 <H2>SYNOPSIS</H2><PRE>
55        <STRONG>tabs</STRONG> [<EM>options</EM>]] <EM>[tabstop-list]</EM>
56
57
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.,
65
66               stty tab0
67
68
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.
77
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.
83
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.
87
88        <STRONG>-V</STRONG>   reports the version of ncurses which was used in this
89             program, and exits.
90
91        The  <STRONG>tabs</STRONG>  program  processes  a single list of tab stops.
92        The last option to be processed which defines  a  list  is
93        the one that determines the list to be processed.
94
95    <STRONG>Implicit</STRONG> <STRONG>Lists</STRONG>
96        Use  a  single number as an option, e.g., "<STRONG>-5</STRONG>" to set tabs
97        at the given interval (in this case  1,  6,  11,  16,  21,
98        etc.).   Tabs  are  repeated up to the right margin of the
99        screen.
100
101        Use "<STRONG>-0</STRONG>" to clear all tabs.
102
103        Use "<STRONG>-8</STRONG>" to set tabs to the standard interval.
104
105    <STRONG>Explicit</STRONG> <STRONG>Lists</STRONG>
106        An explicit list can be defined after  the  options  (this
107        does  not  use  a "-").  The values in the list must be in
108        increasing numeric order, and greater than zero.  They are
109        separated by a comma or a blank, for example,
110
111               tabs 1,6,11,16,21
112               tabs 1 6 11 16 21
113        Use  a  '+'  to treat a number as an increment relative to
114        the previous value, e.g.,
115
116               tabs 1,+5,+5,+5,+5
117
118        which is equivalent to the 1,6,11,16,21 example.
119
120    <STRONG>Predefined</STRONG> <STRONG>Tab-Stops</STRONG>
121        X/Open defines several predefined lists of tab stops.
122
123        <STRONG>-a</STRONG>   Assembler, IBM S/370, first format
124
125        <STRONG>-a2</STRONG>  Assembler, IBM S/370, second format
126
127        <STRONG>-c</STRONG>   COBOL, normal format
128
129        <STRONG>-c2</STRONG>  COBOL compact format
130
131        <STRONG>-c3</STRONG>  COBOL compact format extended
132
133        <STRONG>-f</STRONG>   FORTRAN
134
135        <STRONG>-p</STRONG>   PL/I
136
137        <STRONG>-s</STRONG>   SNOBOL
138
139        <STRONG>-u</STRONG>   UNIVAC 1100 Assembler
140
141
142 </PRE>
143 <H2>PORTABILITY</H2><PRE>
144        X/Open describes a <STRONG>+m</STRONG> option, to set  a  terminal's  left-
145        margin.   Very few of the entries in the terminal database
146        provide this capability.
147
148        The <STRONG>-d</STRONG> (debug) and <STRONG>-n</STRONG> (no-op) options are  extensions  not
149        provided by other implementations.
150
151        Documentation  for other implementations states that there
152        is a limit on the number of tab stops.  While some  termi-
153        nals may not accept an arbitrary number of tab stops, this
154        implementation will attempt to set tab  stops  up  to  the
155        right  margin  of the screen, if the given list happens to
156        be that long.
157
158
159 </PRE>
160 <H2>SEE ALSO</H2><PRE>
161        <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>.
162
163        This describes <STRONG>ncurses</STRONG> version 5.9 (patch 20140809).
164
165
166
167                                                                 <STRONG><A HREF="tabs.1.html">tabs(1)</A></STRONG>
168 </PRE>
169 <HR>
170 <ADDRESS>
171 Man(1) output converted with
172 <a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a>
173 </ADDRESS>
174 </BODY>
175 </HTML>