: '
No assumption is made about the set up of the vt100.
vt100-nam should be the first "vt100" in termcap for long lines to
  work correctly in "vi". This seems to be true irregardless of the
  setting of the "auto margin" bit in the vt100 setup.

** At this time, this script is "exec"ed. Eventually, it should be
	invoked by the terminit.ls code in the user"s profile.
'

echo "Setting terminal characteristics for VT100..."
TERM=vt100
export TERM
: tset vt100
stty -nl erase '^H'

echo "TERM=" $TERM
stty
sttyi

: exit 3
: ' vt100 is currently "exec"ed, so the shell has to be re-invoked.'
exec sh 
