summaryrefslogtreecommitdiffstats
path: root/mutt_curses.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2017-03-26 18:31:41 -0700
committerKevin McCarthy <kevin@8t8.us>2017-03-26 18:31:41 -0700
commit95070a7016d7334ac1d4e664e42afcfdcd96dc1f (patch)
treefb0658eb45aa00d93cbe249d365e54b1a7a72827 /mutt_curses.h
parent5af1b825aef689984504a847c8589b2593a08d17 (diff)
Set refresh when popping the menu stack.
This removes the need for the OPTNEEDREDRAW option and MAYBE_REDRAW macro previously used to communicate back the need to refresh after exiting a menu. Remove the redraw parameter from ci_bounce_message() and mix_make_chain() which served the same purpose.
Diffstat (limited to 'mutt_curses.h')
-rw-r--r--mutt_curses.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mutt_curses.h b/mutt_curses.h
index 62004491..c8b047e7 100644
--- a/mutt_curses.h
+++ b/mutt_curses.h
@@ -232,8 +232,6 @@ void ci_start_color (void);
/* reset the color to the normal terminal color as defined by 'color normal ...' */
#define NORMAL_COLOR SETCOLOR(MT_COLOR_NORMAL)
-#define MAYBE_REDRAW(x) if (option (OPTNEEDREDRAW)) { unset_option (OPTNEEDREDRAW); x = REDRAW_FULL; }
-
/* ----------------------------------------------------------------------------
* These are here to avoid compiler warnings with -Wall under SunOS 4.1.x
*/