[comp.terminals] Wyse-50 terminfo file

billc@wupulm.wustl.EDU (Bill Canning) (07/10/89)

Could someone please e-mail me an uncompiled terminfo file for a Wyse 50
terminal?

Thanks a lot,
Bill Canning
billc%wupulm@wupost.wustl.EDU

epsilon@wet.UUCP (Eric P. Scott) (07/11/89)

(I tried to mail this twice, both to the address given in the
text and the reply address; they bounced in different ways.)

In article <120@wupulm.wustl.EDU> billc@wupulm.wustl.EDU (Bill Canning) writes:
>Could someone please e-mail me an uncompiled terminfo file for a Wyse 50
>terminal?

Well, sort of.  When I was working for a Xenix shop last year I
wrote a termcap entry:

wy|wy50|Wyse 50:\
        :co#80:li#24:am:bs:cl=\E+:cm=\E=%+ %+ :\
	:le=^H:bw:nd=^L:up=^K:do=^J:ho=^^:sr=\Ej:\
	:ce=\ET:cd=\EY:al=\EE:dl=\ER:im=\Eq:ei=\Er:dc=\EW:\
	:so=\EGt:se=\EG0:sg#1:us=\EG8:ue=\EG0:ug#1:\
	:mb=\EG2:mh=\EGp:mk=\EG1:mr=\EG4:me=\EG0:\
        :GS=\EH\002:GE=\EH\003:GG#0:G1=3:G2=2:G3=1:G4=5:\
        :GC=8:GD=0:GH=\072:GL=9:GR=4:GU==:GV=6:vs=\E`5:ve=\E`3:vi=\E`0:\
        :kl=^H:kr=^L:ku=^K:kd=^J:bt=\EI:ct=\E0:st=\E1:pt:\
        :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
        :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:vb=\E`8\E`9:\
        :ma=^L ^R^L^K^P:po=^R:pf=^T:ps=\EP:CO=\E`1:CF=\E`0:\
        :is=\Ex0\E`3\E0:if=/usr/lib/tabset/stdcrt:

If I run that through captoinfo on the SVR3 I'm on now, I get:

wy50|Wyse 50,
	am, bw, xon,
	cols#80, lines#24, xmc#1,
	bel=^G, blink=\EG2, cbt=\EI, civis=\E`0, clear=\E+,
	cnorm=\E`3, cr=\r, cub1=\b, cud1=\n, cuf1=\f,
	cup=\E=%p1%'\s'%+%c%p2%'\s'%+%c, cuu1=^K, cvvis=\E`5,
	dch1=\EW, dim=\EGp, dl1=\ER, ed=\EY, el=\ET,
	flash=\E`8\E`9, home=^^, ht=\t, hts=\E1,
	if=/usr/lib/tabset/stdcrt, il1=\EE, ind=\n,
	invis=\EG1, is2=\Ex0\E`3\E0, kclr=^R, kcub1=\b,
	kcud1=\n, kcuf1=\f, kcuu1=^K, kf1=\b^A@\r, kf2=^AA\r,
	kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r,
	kf8=^AG\r, kf9=^AH\r, mc0=\EP, mc4=^T, mc5=^R,
	rev=\EG4, ri=\Ej, rmir=\Er, rmso=\EG0, rmul=\EG0,
	sgr0=\EG0, smir=\Eq, smso=\EGt, smul=\EG8, tbc=\E0,

All the Gx capabilities are Xenix extensions, so you'd have to
hand-craft an "acsc" string to get line-drawing characters into
terminfo.

Good luck.
					-=EPS=-