|
|
If you want to have the terminal type set automatically at login time:
wy50 tty1a
tset -s -Q > /tmp/tset$$; source /tmp/tset$$; /bin/rm /tmp/tset$$Be sure to remove the default setenv command line involving TERM and TERMCAP from the .login file.
In each Bourne shell or Korn shell user's .profile, add the following line:
eval `tset -s`Be sure to remove the existing tset command line from the .profile file.