print-filter

print-filter


print-error Index Level printronix
Syntax print-filter {(options}
Category TCL
Type Verb
Description controls the ways attribute and value marks are displayed or printed.

If the "print-filter" command is issued without an option, the current setting status is returned.

In conjunction with the "crt-delimiters" command, the "print-filter" allows attribute and value marks to be displayed or printed in three different ways, according to the following table:

crt-              print-      AM/VM are displayed as:
delimiters     filter     PRINT     |  CRT statements
---------------------------------------------------------------
(f                 (f            unchanged (x'FE')
(n                 (f            unchanged (x'FD')
(f                 (n            '^',']'  |  CR/LF
(n                 (n               '^' and ']'


The "print-filter" command takes precedence over the "crt-delimiters" command. As a result, when the "print-filter" is set to OFF, the "crt-delimiters" has no effect.

At boot time, the "print-filter" defaults to ON.
Options n  Makes attribute and value marks printable.

f  Leaves attribute and value marks unchanged.
See Also crt-delimiters
Example
Warnings The "print-filter" verb should always be used in conjunction with the "crt-delimiters" command.
Compatibility D3 7.0
print-error Index Level printronix