Setting the terminal type
When you use the HULFT Management Console, set the terminal name of the vt100 type as the environment variable 'TERM' of the shell.
[Method of setting the terminal type in an sh environment]
$ TERM=vt100 $ export TERM
[Method of setting the terminal type in a csh environment]
% setenv TERM vt100