Phil Stracchino <[EMAIL PROTECTED]> wrote:
>
> Mutt uses color, and displays everything else correctly as well, if
> TERM=color_xterm, but pico breaks with this value for TERM.

You didn't say how pico breaks.  Does it claim that it can't figure out
what the terminal setting means?

Maybe pico uses termcap instead of terminfo, so you could fix this by
adding a synonym for "xterm" called "color_xterm" in your /etc/termcap
file.

Change this:

    vs|xterm|xterm-24|vs100|xterm (X Window System):\

to look more like this:

    vs|xterm|xterm-24|color_xterm|vs100|xterm (X Window System):\

-- 
David DeSimone   | "The doctrine of human equality reposes on this:
[EMAIL PROTECTED]   |  that there is no man really clever who has not
Hewlett-Packard  |  found that he is stupid." -- Gilbert K. Chesterson
UX WTEC Engineer |    PGP: 5B 47 34 9F 3B 9A B0 0D  AB A6 15 F1 BB BE 8C 44

Reply via email to