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 Output version information and exit.
32
33 -h, --help
34 Output help and exit.
35
37 A typical use of colcrt would be
38
39 tbl exum2.n | nroff -ms | colcrt - | more
40
42 nroff(1), troff(1), col(1), more(1), ul(1)
43
45 Should fold underlines onto blanks even with the '-' option so that a
46 true underline character would show.
47
48 Can't back up more than 102 lines.
49
50 General overstriking is lost; as a special case '|' overstruck with '-'
51 or underline becomes '+'.
52
53 Lines are trimmed to 132 characters.
54
55 Some provision should be made for processing superscripts and sub‐
56 scripts in documents which are already double-spaced.
57
59 The colcrt command appeared in 3.0BSD.
60
62 The colcrt command is part of the util-linux package and is available
63 from Linux Kernel Archive ⟨ftp://ftp.kernel.org/pub/linux/utils/util-
64 linux/⟩.
65
66
67
68util-linux September 2011 COLCRT(1)