]> granicus.if.org Git - neomutt/commit
Change message modifying operations to additively set redraw flags.
authorKevin McCarthy <kevin@8t8.us>
Fri, 5 May 2017 19:46:36 +0000 (12:46 -0700)
committerRichard Russon <rich@flatcap.org>
Fri, 12 May 2017 13:08:59 +0000 (14:08 +0100)
commitf54ac999f5bc53cb2ba1c0a4b3699e83a19d9078
tree647bf32ced145c2697deec2c03c006ee2c5b5713
parent4f52817c42b9d206995fb8dd7fd1c06f23420df4
Change message modifying operations to additively set redraw flags.

With the ability to set redraw flags with the menu stack operations,
some operations internally modify the current menu redraw flag.
For instance, _mutt_set_flag() can now set REDRAW_SIDEBAR.

Change the ops that modify messages to use 'redraw |= REDRAW_X'
instead of overwriting the flag value.
curs_main.c
menu.c
pager.c
postpone.c