crt-delimiters

crt-delimiters


cross-index (R83) Index Level cs (R83)
Syntax crt-delimiters {(options}
Category TCL
Type Verb
Description enables/disables the display of attribute and value marks.

When enabled, attribute and value marks are displayed as '^' and ']', respectively.

When disabled, attribute and value marks are replaced with a CR/LF, instead.

At boot time, 'crt-delimiters' defaults to on.

If the "crt-delimiters" statement is executed without options, then it displays the current status.
Options n  Displays attribute mark as '^' and value mark as ']'.

f  Not to display attribute and value marks.
See Also print-filter
Example
Warnings The CR/LF functionality takes effect only when 'print-filter' is set to ON. The 'print-filter' verb takes precedence over this command.
Compatibility D3 7.0
cross-index (R83) Index Level cs (R83)