dono@killer.DALLAS.TX.US (Don OConnell) (02/10/89)
Here is the termcap that I use with hannam's driver, parts of it can be used
with the driver supplied with Minix.
------------------------------CUT HERE---------------------------------------
#! /bin/sh
# This is a shell archive. Remove anything before this line, then unpack
# it by saving it into a file and typing "sh file". To overwrite existing
# files, type "sh file -c". You can also feed this as standard input via
# unshar, or by typing "sh <file", e.g.. If this archive is complete, you
# will see the following message at the end:
# "End of shell archive."
# Contents: termcap
# Wrapped by dono@killer on Thu Feb 9 22:14:38 1989
PATH=/bin:/usr/bin:/usr/ucb ; export PATH
if test -f termcap -a "${1}" != "-c" ; then
echo shar: Will not over-write existing file \"termcap\"
else
echo shar: Extracting \"termcap\" \(760 characters\)
sed "s/^X//" >termcap <<'END_OF_termcap'
Xmx|minix|minix console:\
X :bs:\
X :co#80:li#25:\
X :cl=\E[H\E[0J:cm=\E[%i%d;%dH:\
X :cb=\E[1K:cd=\E[0J:ce=\E[K:\
X :cr=^M:do=\E[B:nl=^J:bl=^G:le=\b:up=\E[A:nd=\E[C:\
X :al=\E[L:dl=\E[M:dc=\E[P:ic=\E[@:ta=\t:\
X :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
X :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:DC=\E[%dP:\
X :im=\E[4h:ei=\E[4l:RA=\E[7l:SA=\E[7h:\
X :me=\E[0m:md=\E[1m:mb=\E[5m:vs=\E[7m\E[1m:\
X :so=\E[7m:se=\E[0m:\
X :us=\E[4m:ue=\E[0m:\
X :mb=\E[5m:md=\E[1m:\
X :mr=\E[7m:me=\E[0m:\
X :sf=\ED:sr=\EM:\
X :cm=\E[%i%d;%dH:\
X :ho=\E[H:kb=\b:\
X :ku=\E[A:kd=\E[B:\
X :kl=\E[D:kr=\E[C:\
X :kh=\E[H:@1=\E[Y:\
X :kP=\E[V:kN=\E[U:\
X :k1=\EOS:k2=\EOT:k3=\EOU:k4=\EOV:k5=\EOW:\
X :k6=\EOP:k7=\EOQ:k8=\EOR:k9=\EOX:k;=\EOY:\
X :rc=\E8:sc=\E7:sf=\ED:
END_OF_termcap
if test 760 -ne `wc -c <termcap`; then
echo shar: \"termcap\" unpacked with wrong size!
fi
# end of overwriting check
fi
echo shar: End of shell archive.
exit 0
Don O'Connell killer!dono