Putty & Teemtalk

  • Thread starter Thread starter PeterP
  • Start date Start date
P

PeterP

We currently use teemtalk as our emulator. It works fine but it doesn't
support colour. I'm trying to use Putty emulator insetead of teemtalk
but I can't get it to display correctly. I can enter my login name &
password no problem but after that everything goes wrong. I tried
different settings but no success. I included my teemtalk settings and
I hope someone would help me to find which setting to use for putty?
I got terminal type as follows:
$ set | grep TERM
TERM=wy50
but when I longin Putty I get a message "unknow teminal type wy50"
Can anyone help?
Thanks.
Peter Paxman

Teemtalk settings:
http://www.savefile.com/files/8092030
 
PeterP said:
We currently use teemtalk as our emulator. It works fine but it doesn't
support colour. I'm trying to use Putty emulator insetead of teemtalk
but I can't get it to display correctly. I can enter my login name &
password no problem but after that everything goes wrong. I tried
different settings but no success. I included my teemtalk settings and
I hope someone would help me to find which setting to use for putty?
I got terminal type as follows:
$ set | grep TERM
TERM=wy50
but when I longin Putty I get a message "unknow teminal type wy50"
Can anyone help?
Thanks.
Peter Paxman

Teemtalk settings:
http://www.savefile.com/files/8092030
Putty does VT100.
So, depending on which shell you use:
set TERM=vt100 ; export TERM
setenv TERM vt100
export TERM=vt100

Oh, I assume that you are accessing a *NIX machine above. On winders,
just use "set TERM=vt100"

Cheers,
Gary b-)
 
Back
Top