Choose the applicable link for transparent print setup examples:
Use the ditty program to set up your terminal for transparent printing.
The following command configures the transparent print options for a DEC VT100 terminal connected to /dev/term/b04s (note that the printer will be called /dev/prb04s). maxcps, maxchar and bufsize are left to defaults. Enter:
ditty term vt100 /dev/term/b04s
The following example uses onstr and offstr arguments (this sets the terminal to use ANSI Standard). Again maxcps, maxchar, and bufsize are defaults. Enter (on a single command line):
ditty onstr "\033[5i" offstr "\033[4i"
/dev/term/b04
This example command sets the transparent print option for a WYSE30 terminal, with maxcps of 75, a maxchar of 100, and a printer buffer size, bufsize, of 1000. Enter (on a single command line):
ditty term wyse30 maxcps 75 maxchar 100 bufsize 1000 /dev/term/b04s
Use the ditty program to set up your terminal for transparent printing.
The following command configures the transparent print options for a DEC VT100 terminal connected to /dev/term/r2d (note that the printer will be called /dev/prr2d). maxcps, maxchar and bufsize are left to defaults. Enter:
ditty term vt100 /dev/term/r2d
The following example uses onstr and offstr arguments (this sets the terminal to use ANSI Standard). Again maxcps, maxchar, and bufsize are defaults. Enter (on a single command line):
ditty onstr "\033[5i" offstr "\033[4i"
/dev/term/r2d
This example command sets the transparent print option for a WYSE30 terminal, with maxcps of 75, a maxchar of 100, and a printer buffer size, bufsize, of 1000. Enter (on a single command line):
ditty term wyse30 maxcps 75 maxchar 100 bufsize 1000 /dev/term/r2d
Use the ditty program to set up your terminal for transparent printing.
The following command configures the transparent print options for a DEC VT100 terminal connected to /dev/term/i2d (note that the printer will be called /dev/pri2d). maxcps, maxchar and bufsize are left to defaults. Enter:
ditty term vt100 /dev/term/i2d
The following example uses onstr and offstr arguments (this sets the terminal to use ANSI Standard). Again maxcps, maxchar, and bufsize are defaults. Enter (on a single command line):
ditty onstr "\033[5i" offstr "\033[4i"
/dev/term/i2d
This example command sets the transparent print option for a WYSE30 terminal, with maxcps of 75, a maxchar of 100, and a printer buffer size, bufsize, of 1000. Enter (on a single command line):
ditty term wyse30 maxcps 75 maxchar 100 bufsize 1000 /dev/term/i2d