Lines Matching +full:10 +full:g +full:- +full:support

2 .\" Copyright 2018-2023,2024 Thomas E. Dickey                                *
3 .\" Copyright 2008-2016,2017 Free Software Foundation, Inc. *
31 .TH @TABS@ 1 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "User commands"
49 \fB\%@TABS@\fP \-
52 \fB@TABS@\fP [\fIoptions\fP] [\fItabstop-list\fP]
54 The \fB@TABS@\fP program clears and sets tab-stops on the terminal.
56 If either is absent, \fB@TABS@\fP is unable to clear/set tab-stops.
57 The terminal should be configured to use hard tabs, e.g.,
72 Curses and other full-screen applications may use hardware tabs
77 you should either reset tab-stops to the standard interval
81 tabs \-8
86 since the normal initialization sequences do not ensure that tab-stops
91 .BI \-T "name"
97 .B \-d
99 The first data line shows the expected tab-stops marked with asterisks.
100 The second data line shows the actual tab-stops, marked with asterisks.
102 .B \-n
106 \fB\-V\fP
115 e.g., \*(``\fB\-5\fP\*('' to set tabs at the given
119 Use \*(``\fB\-0\fP\*('' to clear all tabs.
121 Use \*(``\fB\-8\fP\*('' to set tabs to the standard interval.
124 (this does not use a \*(``\-\*('').
138 e.g.,
150 .B \-a
153 1,10,16,36,72
155 .B \-a2
158 1,10,16,40,72
160 .B \-c
165 .B \-c2
168 1,6,10,14,49
170 .B \-c3
173 1,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,67
175 .B \-f
180 .B \-p
185 .B \-s
188 1,10,55
190 .B \-u
215 the default is 10.
233 (POSIX.1-2008)
248 capabilities needed to support the feature.
254 .B \-d
256 .B \-n
257 (no-op) options are
264 .\" https://minnie.tuhs.org/cgi-bin/utree.pl?file=PWB1/sys/source/s2/\
268 .\" https://minnie.tuhs.org/cgi-bin/utree.pl?file=V7/usr/src/cmd/tabs.c
270 .\" https://minnie.tuhs.org/cgi-bin/utree.pl?file=3BSD/usr/src/cmd/\
273 it supported a \*(``\-n\*('' option to set the first tab stop at the
280 and used built-in tables
281 to support a half-dozen hardcopy terminal (printer) types.
282 It also had logic to support setting the left margin,
287 .\" https://minnie.tuhs.org/cgi-bin/utree.pl?file=SysVR4/cmd/tabs/tabs.c
288 added support for the terminal database,
289 but retained the tables to support the printers.
319 capabilities rather than built-in tables.