]> ncurses.scripts.mit.edu Git - ncurses.git/blob - doc/html/man/tabs.1.html
03667030e42846ac32079e6e57ed9d87f4b77de6
[ncurses.git] / doc / html / man / tabs.1.html
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.4 2010/05/22 20:12:00 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> [<STRONG>-v</STRONG>[<EM>n</EM>]] [<STRONG>-ahuUV</STRONG>] <EM>file...</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        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.
91
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.
97
98    <STRONG>Explicit</STRONG> <STRONG>Lists</STRONG>
99        An  explicit  list  can be defined after the options (this
100        does not use a "-").  The values in the list  must  be  in
101        increasing numeric order, and greater than zero.  They are
102        separated by a comma or a blank, for example,
103
104               tabs 1,6,11,16,21
105               tabs 1 6 11 16 21
106        Use a '+' to treat a number as an  increment  relative  to
107        the previous value, e.g.,
108
109               tabs 1,+5,+5,+5,+5
110        which is equivalent to the 1,6,11,16,21 example.
111
112    <STRONG>Predefined</STRONG> <STRONG>Tab-Stops</STRONG>
113        X/Open defines several predefined lists of tab stops.
114
115        <STRONG>-a</STRONG>   Assembler, IBM S/370, first format
116
117        <STRONG>-a2</STRONG>  Assembler, IBM S/370, second format
118
119        <STRONG>-c</STRONG>   COBOL, normal format
120
121        <STRONG>-c2</STRONG>  COBOL compact format
122
123        <STRONG>-c3</STRONG>  COBOL compact format extended
124
125        <STRONG>-f</STRONG>   FORTRAN
126
127        <STRONG>-p</STRONG>   PL/I
128
129        <STRONG>-s</STRONG>   SNOBOL
130
131        <STRONG>-u</STRONG>   UNIVAC 1100 Assembler
132
133
134 </PRE>
135 <H2>PORTABILITY</H2><PRE>
136        X/Open  describes  a  <STRONG>+m</STRONG> option, to set a terminal's left-
137        margin.  Very few of the entries in the terminal  database
138        provide this capability.
139
140        The  <STRONG>-d</STRONG>  (debug) and <STRONG>-n</STRONG> (no-op) options are extensions not
141        provided by other implementations.
142
143        Documentation for other implementations states that  there
144        is  a limit on the number of tab stops.  While some termi-
145        nals may not accept an arbitrary number of tab stops, this
146        implementation  will  attempt  to  set tab stops up to the
147        right margin of the screen, if the given list  happens  to
148        be that long.
149
150
151 </PRE>
152 <H2>SEE ALSO</H2><PRE>
153        <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>.
154
155        This describes <STRONG>ncurses</STRONG> version 5.7 (patch 20100529).
156
157
158
159                                                                 <STRONG><A HREF="tabs.1.html">tabs(1)</A></STRONG>
160 </PRE>
161 <HR>
162 <ADDRESS>
163 Man(1) output converted with
164 <a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a>
165 </ADDRESS>
166 </BODY>
167 </HTML>