summaryrefslogtreecommitdiffstats
path: root/menu.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-03-09 13:34:52 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-03-09 13:34:52 +0000
commit89c089a1c894b649a032f3c99836b9db7181ac08 (patch)
tree9671cfac5972e328065db0c88ff9fed2b4e15ab4 /menu.c
parentfd816365cb25c5ffd7c9df9a682a2acd15f23b1b (diff)
another menu.c fix from Kim DeVaughn.
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/menu.c b/menu.c
index a9beccf3..2e0c23e4 100644
--- a/menu.c
+++ b/menu.c
@@ -277,6 +277,7 @@ void menu_check_recenter (MUTTMENU *menu)
if (menu->max <= menu->pagelen)
{
menu->top = 0;
+ set_option (OPTNEEDREDRAW);
}
else if (menu->current >= menu->top + menu->pagelen)
{