1COLCRT(1) User Commands COLCRT(1)
2
3
4
6 colcrt - filter nroff output for CRT previewing
7
9 colcrt [options] [file...]
10
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
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
24 the output. Normally, a minimal space output format is used
25 which will suppress empty lines. The program never suppresses
26 two consecutive empty lines, however. The -2 option is useful
27 for sending output to the line printer when the output contains
28 superscripts and subscripts which would otherwise be invisible.
29
30 -V, --version
31 Display version information and exit.
32
33 -h, --help
34 Display help text and exit.
35
37 The colcrt command appeared in 3.0BSD.
38
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 sub‐
51 scripts in documents which are already double-spaced.
52
54 A typical use of colcrt would be:
55
56 tbl exum2.n | nroff -ms | colcrt - | more
57
59 col(1), more(1), nroff(1), troff(1), ul(1)
60
62 The colcrt command is part of the util-linux package and is available
63 from Linux Kernel Archive ⟨https://www.kernel.org/pub/linux/utils/util-
64 linux/⟩.
65
66
67
68util-linux September 2011 COLCRT(1)