onstr "s" |
Defines the terminal escape sequence to direct subsequent data to the transparent printer.
s is a string of ASCII characters, enclosed in quotes, that command the terminal to enter transparent printing mode. An arbitrary octal character xxx may be given as \xxx.
For example, the sequence "[5i" would be entered as:
"\033[5i".
|
offstr "s" |
Defines the terminal escape sequence to stop directing data to the printer.
s is a string of ASCII characters, enclosed in quotes, that command the terminal to enter transparent printing mode. An arbitrary octal character xxx may be given as \xxx.
For example, the sequence "[4i" would be entered as:
"\033[4i".
|
term t |
Sets the transparent printer on/off strings to values found in the internal default table. Internal defaults are used for the following terminal types: adm31, ansi, dg200, dg210, hz1500, mc5, vt100, vt220, vt320, vt420, wang2x36, wyse30, wyse50, wyse60 or wyse75.
If the terminal type is not found in the internal default table, then ditty reads the terminfo entry for the terminal type and sets the transparent print on/off strings to the values given by the mc5/mc4 attributes found there.
|