1 PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
4 # get the terminal type
6 while [ "X${_loop}" = X"" ]; do
8 echo "Setting terminal type. Options:" >& 2
9 echo "iris-ansi standard IRIX console" >& 2
10 echo " vt100 for dumb serial terminal" >& 2
11 echo " xterm for xterm." >& 2
13 eval `tset -s -m ":?$TERM"`
14 if [ "X${TERM}" != X"unknown" ]; then