Stuart Henderson escribis:
On 2008-05-10, Jesus Sanchez <[EMAIL PROTECTED]> wrote:I have set an alias for ls='colorls -GF' (color output) and this causes the problems on a screen session. I have set the TERM="xterm-color" on my /etc/profile.Why do that? That will override the correct terminal configuration and send control codes suitable for an xterm to terminals that can't handle it, like screen.
So, what TERM variable should I use ? -Jesus