Re: Getting color on FreeBSD

2019-09-12 Thread tech-lists
On Thu, Aug 22, 2019 at 07:14:28PM -0500, Tim Chase wrote: I'm a bit stuck trying to figure out why colors aren't working for me on FreeBSD (where I understand that termcap is used rather than terminfo). How are you invoking mutt? The only way I can get a mono mutt display is by invoking mutt

Re: Getting color on FreeBSD

2019-08-24 Thread Derek Schrock
On Thu, Aug 22, 2019 at 08:14:28PM EDT, Tim Chase wrote: > I'm a bit stuck trying to figure out why colors aren't working for me > on FreeBSD (where I understand that termcap is used rather than > terminfo). According to the configure script it appears all you need for color is start_color() from

Getting color on FreeBSD

2019-08-22 Thread Tim Chase
I'm a bit stuck trying to figure out why colors aren't working for me on FreeBSD (where I understand that termcap is used rather than terminfo). Things should be set correctly: $ echo $TERM xterm $ tput Co pa 8 64 I've also tried setting $TERM to xterm-256color $ echo $TERM