summaryrefslogtreecommitdiffstats
path: root/curs_lib.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2017-03-31 18:15:22 -0700
committerKevin McCarthy <kevin@8t8.us>2017-03-31 18:15:22 -0700
commit508d3ec804cad3eb040021c715924761d3c91ce9 (patch)
tree7f147277a2ce5765be2c17abaa80be0c78f2266f /curs_lib.c
parentfe7959a24a9ece1af9ba8271810d1ee4b0cc1cd6 (diff)
Change reflow_windows() to set full redraw.
A full redraw should always be set in this case. This also enables us to remove redraw flags for some options.
Diffstat (limited to 'curs_lib.c')
-rw-r--r--curs_lib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/curs_lib.c b/curs_lib.c
index f56461d3..273e84b2 100644
--- a/curs_lib.c
+++ b/curs_lib.c
@@ -548,6 +548,8 @@ void mutt_reflow_windows (void)
MuttIndexWindow->col_offset += SidebarWidth;
}
#endif
+
+ mutt_set_current_menu_redraw_full ();
}
int mutt_window_move (mutt_window_t *win, int row, int col)