[net.micro.ti] TI 994a termcaps

ees@vax135.UUCP (Gene Sampieri) (01/21/85)

The following termcap will work with TE-1200. It works with vi in open mode.
Works fine with ed or ex. Also works ok with readnews and vnews.

setenv TERMCAP "99|ti99/4a|ti99/4a:bs:nd:co#40:li#24:dC=99:dN=99:cl=99*:ho=\015\012"
echo Ctl shift V is DELETE

The following will work with TE-II. None seem to work with vi properly as
TE-II blanks characters as it backs up accross them, and puts it back as
it moves forward. It works ok with ex and somewhat ok with vnews.
The "is" will set the screen color to cyan with black letters. Change the
041 (black in octal) and 047 (cyan) to desired colors.
I set my .login or .profile to set the termcap for me on login.

setenv TERMCAP "4a|99|ti99|ti99-4a:is=^L\EG\177\E\050\053\041\047\E\051:am:bs:ce:cd:ho=^A:cl=^L:os:cm=\EY%r%+ %+ :co#40:li#24"
echo Ctl shift V is DELETE