[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to enable colors when connecting remotly to a box
Rousson (george@rousson.rousson.net) wrote:
>
> How do i enable colors when telneting to a remote box.
Only people who want to start a flamewar or really ignorant people want
to telnet into a remote machine.
Use ssh. Don't even think about discussing that.
> Normaly i use vt100 but his needs to be changed to something different.
``export TERM=xterm-color'' or ``setenv TERM xterm-color'' may not work
but should be a good hint at the least.
Cya, Han.