grotty
Section: User Commands (1)
Updated: 2 July 2023
Index
Return to Main Contents
Name
grotty -
groff
output driver for typewrite-like (terminal) devices
.nr d-fallback 1
.nr d-fallback 1
Synopsis
[
-dfho]
[
-i|
-r]
[
-F~dir]
[
file~...]
[
-bBdfhouU]
[
-F~dir]
[
file~...]
--help
-v
--version
Description
The GNU
roff
TTY
([lq]Teletype[rq])
output driver translates the output of
into a form suitable for typewrite-like devices,
including terminal emulators.
Normally,
grotty
is invoked by
when the latter is given one of the
[lq]
-T~ascii[rq],
[lq]
-T~latin1[rq],
-Tlatin1,
or
[lq]
-T~utf8[rq]
options on systems using ISO character encoding standards,
or with
[lq]
-T~cp1047[rq]
or
[lq]
-T~utf8[rq]
on EBCDI-based hosts.
(In this installation,
ps
is the default output device.)
Use
groff's
-P
option to pass any options shown above to
grotty.
If no
file
arguments are given,
or if
file
is [lq]-[rq],
grotty
reads the standard input stream.
Output is written to the standard output stream.
By default,
grotty
emits SGR escape sequences
(from ISO~6429,
popularly called [lq]ANSI escapes[rq])
to change text attributes
(bold,
italic,
underline,
reverse video
[[lq]negative image[rq]]
and colors).
Devices supporting the appropriate sequences can view
roff
documents using eight different background and foreground colors.
Following ISO~6429,
the following colors are defined in
tty.tmac:
black,
white,
red,
green,
blue,
yellow,
magenta,
and cyan.
Unrecognized colors are mapped to the default color,
which is dependent on the settings of the terminal.
OSC~8 hyperlinks are produced for these devices.
In keeping with lon-standing practice and the rarity of terminals
(and emulators)
that support oblique or italic fonts,
italicized text is represented with underlining by default[em]but see
the
-i
option below.
SGR and OSC support in pagers
When paging
grotty's
output with
the latter program must be instructed to pass SGR and OSC sequences
through to the device;
its
-R
option is one way to achieve this
(
less
version 566 or later is required for OSC~8 support).
Consequently,
programs like
that page
roff
documents with
less
must call it with an appropriate option.
Legacy output format
The
-c
option tells
grotty
to use an output format compatible with paper terminals,
like the Teletype machines for which
roff
and
nroff
were first developed but which are no longer in wide use.
SGR escape sequences are not emitted;
bold,
italic,
and underlining character attributes are thus not manipulated.
Instead,
grotty
overstrikes,
representing a bold character
c
with the sequence
[lq]
c~BACKSPACE~
c[rq],
an italic character
c
with the sequence
[lq]
_~BACKSPACE~
c[rq],
and bold italics with
[lq]
_~BACKSPACE~
c
BACKSPACE~
c[rq].
This rendering is inherently ambiguous when the character
c
is itself the underscore.
The legacy output format can be rendered on a video terminal
(or emulator)
by piping
grotty's
output through
which may render bold italics as reverse video.
Some implementations of
are also able to display these sequences;
you may wish to experiment with that command's
-b
option.
less
renders legacy bold and italics without requiring options.
In contrast to the terminal output drivers of some other
roff
implementations,
grotty
never outputs reverse line feeds.
There is therefore no need to filter its output through
Device control commands
grotty
understands one device control function produced by the
roff
[rs]X
escape sequence in a document.
- [rs]X[aq]tty: link [
-
uri~[key=value] ...][aq]
Embed a hyperlink using the OSC 8 terminal escape sequence.
Specifying
uri
starts hyperlinked text,
and omitting it ends the hyperlink.
When
uri
is present,
any number of additional key/value pairs can be specified;
their interpretation is the responsibility of the pager or terminal.
Spaces or tabs cannot appear literally in
uri,
key,
or
value;
they must be represented in an alternate form.
Device description files
If the
DESC
file for the character encoding contains the
[lq]
unicode[rq]
directive,
grotty
emits Unicode characters in UT-8 encoding.
Otherwise,
it emits characters in a singl-byte encoding depending on the data in
the font description files.
See
A font description file may contain a directive
[lq]
internalname~n[rq]
where
n
is a decimal integer.
If the 01 bit in
n
is set,
then the font is treated as an italic font;
if the 02 bit is set,
then it is treated as a bold font.
Typefaces
grotty
supports the standard four styles:
R
(roman),
I
(
italic),
B
(
bold),
and
BI
(BI]bol-italic]).
Because the output driver operates in
nroff
mode,
attempts to set or change the font family or type size are ignored.
Options
--help
displays a usage message,
while
-v
and
--version
show version information;
all exit afterward.
- -b
-
Suppress the use of overstriking for bold characters in legacy output
format.
- -B
-
Use only overstriking for bol-italic characters in legacy output
format.
- -c
-
Use
grotty's
legacy output format
(see subsection [lq]Legacy output format[rq] above).
SGR and OSC escape sequences are not emitted.
- -d
-
Ignore all
[rs]D
drawing escape sequences in the input.
By default,
grotty
renders
[rs]D[aq]l...[aq]
escape sequences that have at least one zero argument
(and so are either horizontal or vertical)
using Unicode box drawing characters
(for the
utf8
device)
or the
-,
|,
and
+
characters
(for all other devices).
grotty
handles
[rs]D[aq]p...[aq]
escape sequences that consist entirely of horizontal and vertical
lines similarly.
- -f
-
Emit a form feed at the end of each page having no output on its last
line.
- -F~dir
-
Prepend directory
dir/devname
to the search path for font and device description files;
name
describes the output device's character encoding,
one of
ascii,
latin1,
utf8,
or
cp1047.
- -h
-
Use literal horizontal tab characters in the output.
Tabs are assumed to be set every 8 columns.
- -i
-
Render obliqu-styled fonts
(I
and
BI)
with the SGR attribute for italic text
rather than underlined text.
Many terminals don't support this attribute;
however,
since patch~#314 (201-1-28),
does.
Ignored if
-c
is also specified.
- -o
-
Suppress overstriking
(other than for bold and/or underlined characters when the legacy output
format is in use).
- -r
-
Render obliqu-styled fonts
(I
and
BI)
with the SGR attribute for reverse video text
rather than underlined text.
Ignored if
-c
or
-i
is also specified.
- -u
-
Suppress the use of underlining for italic characters in legacy output
format.
- -U
-
Use only underlining for bol-italic characters in legacy output format.
Environment
- GROFF_FONT_PATH
-
A list of directories in which to seek the selected output device's
directory of device and font description files.
See
and
- GROFF_NO_SGR
-
If set,
grotty's
legacy output format is used just as if the
-c
option were specified;
see subsection [lq]Legacy output format[rq] above.
Files
- /usr/:share/:groff/:1.23.0/:font/:devascii/:DESC
-
describes the
ascii
output device.
- /usr/:share/:groff/:1.23.0/:font/:devascii/F
-
describes the font known
as~F
on device
ascii.
- /usr/:share/:groff/:1.23.0/:font/:devcp1047/:DESC
-
describes the
cp1047
output device.
- /usr/:share/:groff/:1.23.0/:font/:devcp1047/F
-
describes the font known
as~F
on device
cp1047.
- /usr/:share/:groff/:1.23.0/:font/:devlatin1/:DESC
-
describes the
latin1
output device.
- /usr/:share/:groff/:1.23.0/:font/:devlatin1/F
-
describes the font known
as~F
on device
latin1.
- /usr/:share/:groff/:1.23.0/:font/:devutf8/:DESC
-
describes the
utf8
output device.
- /usr/:share/:groff/:1.23.0/:font/:devutf8/F
-
describes the font known
as~F
on device
utf8.
- /usr/:share/:groff/:1.23.0/:tmac/:tty:.tmac
-
defines macros for use with the
ascii,
cp1047,
latin1,
and
utf8
output devices.
It is automatically loaded by
troffrc
when any of those output devices is selected.
- /usr/:share/:groff/:1.23.0/:tmac/:tty-char:.tmac
-
defines fallback characters for use with
grotty.
See
Limitations
grotty
is intended only for simple documents.
- [bu]
-
There is no support for fractional horizontal or vertical motions.
- [bu]
-
roff
[rs]D
escape sequences producing anything other than horizontal and vertical
lines are not supported.
- [bu]
-
Characters above the first line
(that is,
with a vertical drawing position of~0)
cannot be rendered.
- [bu]
-
Color handling differs from other output drivers.
The
groff
requests and escape sequences that set the stroke and fill colors
instead set the foreground and background character cell colors,
respectively.
Examples
The following
groff
document exercises several features for which output device support
varies:
(1)~bold style;
(2)~italic (underline) style;
(3)~bol-italic style;
(4)~character composition by overstriking ([lq]co[:o]perate[rq]);
(5)~foreground color;
(6)~background color;
and
(7)~horizontal and vertical lin-drawing.
-
You might see f[B]boldf[] and f[I]italicf[].
Some people see f[BI]bothf[].
If the output device does (not) coz[ad]operate,
you might see m[red]redm[].
Black on cyan can have a M[cyan]m[black]prominentm[]M[]
D[aq]l 1i 0[aq]D[aq]l 0 2i[aq]D[aq]l 1i 0[aq] look.
." If in nroff mode, end page now.
.if n .pl n[nl]u
Given the foregoing input,
compare and contrast the output of the following.
-
$ groff -T ascii file
$ groff -T utf8 -P -i file
$ groff -T utf8 -P -c file | ul
See also
[lq]Control Functions for Coded Character Sets[rq]
(ECM-48)
5th~edition,
Ecma International,
June~1991.
A gratis version of ISO~6429,
this document includes a normative description of SGR escape sequences.
Available at
[lq]Hyperlinks in Terminal Emulators[rq]
Egmont Koblinger.
Index
- Name
-
- Synopsis
-
- Description
-
- SGR and OSC support in pagers
-
- Legacy output format
-
- Device control commands
-
- Device description files
-
- Typefaces
-
- Options
-
- Environment
-
- Files
-
- Limitations
-
- Examples
-
- See also
-