* Kevin J. McCarthy [2021-11-17 18:37]:
> > However from 2.1.x(?) this doesn't seem to be working any more. I've
> > also tried defining it explicitely to 0...
>
> Mutt 2.1+ will use bkgrndset() if available. Try undefining HAVE_BKGRNDSET
> too.
Ha. That worked. Should've seen it myself - it w
On Wed, Nov 17, 2021 at 10:04:22AM +0100, Vegard Svanberg wrote:
To get around the rather annoying copy-and-paste problem[1] when running
Mutt in Screen or Tmux, I've up until now undefined HAVE_BKGDSET in
config.h and all has been well.
However from 2.1.x(?) this doesn't seem to be working any