


The Terminal Manager also allows for limited support of a printer attached directly to the terminal. You must ensure that communications between the printer and terminal meet all the restrictions that the devices require (some terminals, for example, require that the printer and the terminal run at the same baud rate). The Terminal Manager supports two printer functions. The Enable-print function (EP) causes data sent to the terminal to be also sent to the printer; EP mode remains in effect until turned off by the Disable-print function (DP).
The VT-100 supports an attached printer. It has several print modes, but the
only one that the Terminal Manager supports is the "pass through" mode where
data sent to the terminal is passed through to the printer. This is enabled by
sending "ESC[5i" and disabled by sending "ESC[4i". The completed VT-100 entry is:
vt100|vt-100|DEC VT-100:\
:cl=\E[;H\E[2J:\
:ce=\E[K:cm=\E[%i%d;%dH:cd=E[J:\
:nd=\E[C:LO=\E[m:HI=\E[0;1m:RV=\E[7m:\
:UL=\E[4m:BL=\E[5m:RU=\E[4;7m:\
:RB=\E[5;7m:DL:k1=\EOP:k2=\EOQ:\
:k3=\EOR:k4=\EOS:ku=\E[A:\
:kd=\E[B:kr=\E[C:kl=\E[D:GO=\E(0:\
:GF=\E(B:GM=qxlkmjvtwun:is=\E>:\
:EP=\E[5i:DP=\E[4i: