1COLCRT(1)                        User Commands                       COLCRT(1)
2
3
4

NAME

6       colcrt - filter nroff output for CRT previewing
7

SYNOPSIS

9       colcrt [options] [file ...]
10

DESCRIPTION

12       colcrt provides virtual half-line and reverse line feed sequences for
13       terminals without such capability, and on which overstriking is
14       destructive. Half-line characters and underlining (changed to dashing
15       `-') are placed on new lines in between the normal output lines.
16

OPTIONS

18       -, --no-underlining
19           Suppress all underlining. This option is especially useful for
20           previewing allboxed tables from tbl(1).
21
22       -2, --half-lines
23           Causes all half-lines to be printed, effectively double spacing the
24           output. Normally, a minimal space output format is used which will
25           suppress empty lines. The program never suppresses two consecutive
26           empty lines, however. The -2 option is useful for sending output to
27           the line printer when the output contains superscripts and
28           subscripts which would otherwise be partially invisible.
29
30       -h, --help
31           Display help text and exit.
32
33       -V, --version
34           Print version and exit.
35

HISTORY

37       The colcrt command appeared in 3.0BSD.
38

BUGS

40       Should fold underlines onto blanks even with the - option so that a
41       true underline character would show.
42
43       Can’t back up more than 102 lines.
44
45       General overstriking is lost; as a special case '|' overstruck with '-'
46       or underline becomes '+'.
47
48       Lines are trimmed to 132 characters.
49
50       Some provision should be made for processing superscripts and
51       subscripts in documents which are already double-spaced.
52

EXAMPLES

54       A typical use of colcrt would be:
55
56          tbl exum2.n | nroff -ms | colcrt - | more
57

SEE ALSO

59       col(1), more(1), nroff(1), troff(1), ul(1)
60

REPORTING BUGS

62       For bug reports, use the issue tracker at
63       https://github.com/util-linux/util-linux/issues.
64

AVAILABILITY

66       The colcrt command is part of the util-linux package which can be
67       downloaded from Linux Kernel Archive
68       <https://www.kernel.org/pub/linux/utils/util-linux/>.
69
70
71
72util-linux 2.38                   2022-02-17                         COLCRT(1)
Impressum