Add missing passthrough printing entries for VT100 and workalikes
in /etc/termcap: VT100 spec indicates that passthrough printing can be enabled by sending ESC[5i and disabled by sending ESC[4i These entries should be listed as po and pf in /etc/termcap, but are absent. See http://www.vt100.net/docs/vt102-ug/chapter5.html#S5.5.2.23 PR: conf/71549 Submitted by: Andrew Webster <andrew@pubnix.net> MFC after: 1 week
This commit is contained in:
parent
a7198d5aed
commit
a0abfd36a1
@ -2481,7 +2481,7 @@ vt100|dec-vt100|vt100-am|vt100am|dec vt100:\
|
||||
:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:pt:sr=2*\EM:xn:\
|
||||
:sc=2\E7:rc=2\E8:cs=5\E[%i%d;%dr:UP=2\E[%dA:DO=2\E[%dB:RI=2\E[%dC:\
|
||||
:LE=2\E[%dD:ct=2\E[3g:st=2\EH:ta=^I:ms:bl=^G:cr=^M:eo:it#8:\
|
||||
:RA=\E[?7l:SA=\E[?7h:
|
||||
:RA=\E[?7l:SA=\E[?7h:po=\E[5i:pf=\E[4i:
|
||||
vt100-nam|dec-vt100-nam|vt100nam|vt100 w/no am:\
|
||||
:am@:xn@:\
|
||||
:is=\E>\E[?1;3;4;5;7l\E[?8h\E[1;24r\E[24;1H:\
|
||||
|
Loading…
Reference in New Issue
Block a user