On Tue, Oct 26, 1999 at 12:23:12AM -0700, Phil Stracchino wrote:
> (1) modify all my scripts to invoke mutt as 'TERM=color_xterm /usr/bin/mutt'
> (2) Set editor and visual to 'TERM=xterm /usr/bin/pico -t -z' in .muttrc
> 
> Pico, it appears, does not like color-enabled terminals, but if told the
> terminal isn't color-enabled, it's happy.

I'm guessing that mutt and pico are compiled with two different
terminal lookup schemes; mutt using terminfo and pico using terminfo
(or vice versa I guess). Red Hat, for example, still ships both the
latest ncurses and libtermcap for some unknown reason. This makes
programs that look for termcap first use it, and the same for
terminfo. The terminal descriptions can sometimes do different things
between the two schemes in my experience.

-- 
Manoj Kasichainula - manojk at io dot com - http://www.io.com/~manojk/

Reply via email to