Subject: Re: Reverse text in xterm To: John Shardlow <jshardlo@london.micrognosis.com> From: John Shardlow <john@iceberg.demon.co.uk> List: amiga Date: 09/17/1994 15:56:17
Ooops. Someone pointed out that I needed to setenv TERM xterm.
Obvious really ! :-)
I`ve altered my .cshrc to do this:
if (`tty` == "/dev/tty00") then
setenv TERM vt200
else
setenv TERM xterm
endif
Thanks for pointing out my mistake.
John