RUNOFF
Initiates the RUNOFF text processor.
Command Class
TCL-II command.
Syntax
RUNOFF file-specifier item-list {(options}
Syntax Elements
file-specifier is the file containing text items to be RUNOFF.
item-list is one or more item-ids separated by spaces, a list generated by a list-generating command, or an asterisk (*) to specify all items.
Options
J Suppresses highlight.
N Suppresses automatic paging.
P Sends output to printer.
R Resets all parameters on each new item.
S Suppresses underline and bold.
U Forces uppercase.
Hilite Facility
The 'hilite' facility prints a character in the margin against selected lines of text.
The following command turns on the hilite facility, using the current hilite character or the default hilite character, which is '|':
.HILITE ON
The following command turns on the hilite facility and assigns hilite character c, where c is a character greater than space, less than a system delimiter, and not 'o' or 'O':
.HILITE c
The following command turns the hilite facility off:
.HILITE OFF