On Sun, Aug 08, 2010 at 02:40:37PM -0500, Will Fiveash wrote: > On Sun, Aug 08, 2010 at 10:27:34AM -0700, Michael Elkins wrote: > > On Sat, Aug 07, 2010 at 01:52:57PM -0500, Will Fiveash wrote: > > >What I see in my config.h is: > > >/* Define if you have bkgdset, as a function or macro. */ > > >/* #undef HAVE_BKGDSET */ > > > > > >so it doesn't appear to be defined. > > > > I'm not sure if this bug is similar to what you are seeing. > > > > http://dev.mutt.org/trac/ticket/3392 > > > > I'm guessing you are not using ncurses given then lack of bkgdset. > > I've been compiling with S-Lang instead of ncurses. There was some > reason I did that a while back but I can't remember it now so I will see > if I can get mutt to use ncurses.
I think I was using S-Lang because I could not find libncurses on OpenSolaris (or maybe it was another reason, it has been a while) but I took another look and found it installed in /usr/gnu/lib. I just configured mutt with --with-curses=/usr/gnu and this appears to have fixed the white space fill problem I was experiencing (I also had to set LD_LIBRARY_PATH in mutt's environment so the runtime linker can find libncurses). Thanks for your help. -- Will Fiveash
