Filters nroff command output for cathode ray tube (CRT) previewing.
colcrt [ - ] [ -2 ] [ File ... ]
The colcrt command filters output from the nroff command so that the output can be previewed on a CRT. The colcrt command provides virtual half-line-feed and reverse line-feed sequences for terminals without these capabilities. The colcrt command changes underline characters to dashes and places these characters and the half-line characters on new lines between the normal output lines.
Notes:
- Use this command with the 37 viewing device
- The - (minus sign) flag removes all underlining; therefore, a true underline character does not show with the - (minus sign) flag.
- It is not possible to back up more than 102 lines.
- General overstriking is lost. As a special case, the | (vertical bar) overstruck with the - (dash) or the _ (underline) characters becomes the + (plus sign).
- Lines are truncated to up to 132 characters.
File | Specifies a file processed by the nroff command for viewing on a CRT. |
A typical use of the colcrt command is:
tbl exum2.n | nroff -ms -T37 | colcrt - | pg
The col command, nroff command, pg command, tbl command, troff command, ul command.