]> granicus.if.org Git - mutt/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)
committerKevin McCarthy <kevin@8t8.us>
Fri, 5 May 2017 19:46:36 +0000 (12:46 -0700)
commitdff811a2fe4dc9dae42383400e10195863905640
treec3c37a64dd3d29d3866ee6822be0fc7cbe7230cf
parent0a0814b5e2d9c1eaa2f3b0f6338cfb613fc3fe95
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