<<< Date Index >>>     <<< Thread Index >>>

Re: color problem (1/2)



in message <Pine.BSI.4.53.0402261523050.22975@xxxxxxxxxxxx>,
wrote Thomas Dickey thusly...
>
> On Thu, 26 Feb 2004, Atom 'Smasher' wrote:
> 
> > i tried this after compiling mutt with both ncurses and slang. both ways i
> > get the same behaviour... something in mutt must be saying "make this text
> > a bright color *and* a bold weight".
> >
> > in pine, these are the 16 colors i can pick from:
> >     http://atom.smasher.org/tmp/pine-16-color.png
> > which is the same colors i can make my display show:
> >     http://atom.smasher.org/tmp/color2.png
> >
> > in mutt, i can only seem to get half of those colors :(
> > unless i also use *BOLD* fonts, which is hard to read on my system.
> >
> > i really need a way to use all 16 colors and not have half of them
> > automatically make the text BOLD.
> >
> > can this be done?
> 
> As someone pointed out on comp.mail.mutt, this is a feature of your
> terminal emulator, not related to mutt in any way.

Speaking of which...

  - With "XTerm.VT100*boldMode:  on" in ~/.Xdefaults...

      http://www103.pair.com/parv/tmp/mutt-xterm-bold-on.png


  - With "XTerm.VT100*boldMode:  off" ...

      http://www103.pair.com/parv/tmp/mutt-xterm-bold-off.png


...all the while having in ~/.Xdefaults for xterm from XFree86 4.2.0 ...

  XTerm.VT100*font: -*-screen-medium-r-normal-*-15-*-*-*-*-*-iso8859-1
  XTerm.VT100*boldFont: -*-screen-bold-r-normal-*-15-*-*-*-*-90-iso8859-1
  XTerm.VT100*boldColors:  true


...and using mutt 1.5.4_8 & ncurses 5.1.


  - Parv

--