#	@(#)stdprofile	35.3
PATH=/bin:/usr/bin:/local/bin:
LANG=engli
# TERMCAP=
# TERMINFO=		# set to private values, if necessary

export PATH TERM TERMINFO TERMCAP CERASE CKILL CINTR CQUIT
export LOGNAME MAIL LANG

# CERASE="^H"
# CKILL="^U"
# CINTR="^?"

##############  Begin terminal setup section  ##############
#
# TERM=vt100	# change to be your own assumption if you want...

# $L0 is the second word entered on the login-line when you login.
# For example:
#	login: user tm220
# would login as "user" and $L0 would be "tm220".
# If you enter nothing, then $L0 will be empty.

TERM=${L0:-$TERM}	# use $L0 value, if any, as default TERM
TERM=`TermIs`		# change to `TermIs ask` to ask for terminal
if [ $TERM = tm31 ] 	# if tm31, download $TERM.LANG
then
	/local/bin/autoload $TERM.$LANG
fi
TermSetup		# setup terminal
. TermFuncs		# define function 'normal'...
normal			#  and then invoke it

#
##############  End terminal setup section  ##############

stty -istrip
stty erase ""
