]> granicus.if.org Git - neomutt/commit
fix: Don't set a colour unless it's been defined. 615/head
authorRichard Russon <rich@flatcap.org>
Mon, 5 Jun 2017 12:51:22 +0000 (13:51 +0100)
committerRichard Russon <rich@flatcap.org>
Wed, 7 Jun 2017 21:59:43 +0000 (22:59 +0100)
commit92e431cdf3df57b62aa90020757623637701482a
tree4693d62e1a28ccc66042b6772eb5b1a50742f666
parentae09db085e19940dd5ac5077f5f887f2eb17c020
fix: Don't set a colour unless it's been defined.

Some SETCOLOR's were being used without checking if the user had set the
colour, first.

If the user set the "normal" colours, then SETCOLOR would leave blocks
of unexpected colours.

Fixes #610
mutt_curses.h