Had a question asked of me, and I couldn't answer.
How do you get color to work in Mutt when you're ssh'd into a FreeBSD
4.7-RELEASE system using SecureCRT 3.4.2?
It works fine with that combination on a Linux box, and the .muttrc
used for both systems are identical. So why would color not work on
the FreeBSD box? I get normal vt100 bold/reverse video/etc attributes
just fine when 'set term=vt100'.
I can't quite seem to get any colors when using set term=ansi, or
set term=scoansi, AND setting it to either in SecureCRT's emulation
option for that session, along with the 'ANSI Color' box checked.
What am I missing? Do I have to build mutt against some other curses
library such as ncurses or slang, or something...?
When I do a 'mutt -v' on both Linux and FreeBSD boxes, they both have
+HAVE_COLOR and +HAVE_START_COLOR... in fact, pretty much all the build
options are the same!
ldd on the mutt binary on the FreeBSD box shows it's linked against
libncurses, libssl, libcrypto, libintl, libiconv, and libc. On the
Linux box, it's linked against libncurses, libc, and ld-linux.so.2.
-Dan