[comp.binaries.apple2] Fixed again Proterm special termcap

demarco@cpsc.ucalgary.ca (Vince Demarco) (11/22/89)

Here is a new version of the termcap, this one fixes almost all of
the bugs i could find.  It works correctly with vi, and now 
works correctly with the more command. To get it work save the
file and call it .termcap
then in your .cshrc or .login file add this line.

alias proterm "setenv TERMCAP $home/.termcap; set term = pse"

I have been getting tons of mail saying that something on it doesnt
work correctly, I think this version should have fixed most of them

-----------cut here------------------------------------------------
# @(#)Termcap By ViNCE DeMarco
# My termcap includes support For
# ProTERM Special Emulation (known as pt|pse|proterm-special)
# and 132 column vt100 (known as vt102-w)
# Mail Changes to demarco@CPSC.UCalgary.CA

pt|pse|proterm-special|Proterm Special Emulation:\
        :ae=^N:am:al=^V:bl=^T^A^E@:bs:bw:cl=^L:cm=^^%r%+ %+ :co#79:ce=^Y:\
        :cd=^W:dc=^D:dl=^Z:do=^J:eo:eA=^P:ho=^X:ic=^F:il=^N:i3=^L:\
        :is=^L^N:kd=^J:kl=^H:kr=^U:ku=^K:le=^H:li#24:ll=^^+%8+ :mb=^O:md=^O:\
        :me=^N:mh=^O:mr=^O:nd=^U:nl=\n+^A:pt:rs=^N:se=^N:so=^O:ta=^I:\
        :ue=^N:up=^K:us=^O:xn:ns:as=^P:bc=^H:r1=^N:r2=^N:r3=^N:\
        :ms:mi:sf=^J:sr=^K:as=^P:i1=^N:i3=^N:NP:

demarco@cpsc.ucalgary.ca (Vince Demarco) (11/22/89)

THe termcap i posted does not work correctly with less.  Less doesn't
clear the screen and the characters 8+ are written ramdonly everywhere

If anyone has a fix please send me some mail.

I know this newsgroup is only for binaries, but this seemed to be the
most approperate place to post this.

I am posting this here so that i don't get thousands of letters saying
that my termcap doens't work with less.

vince

demarco@cpsc.ucalgary.ca