Real men don't need the stupid silly help on top/bottom of the screen.
[apps/madmutt.git] / lib-ui / menu.c
index 2be0518..1ce9f47 100644 (file)
@@ -157,7 +157,7 @@ void menu_redraw_full (MUTTMENU * menu)
   if (option (OPTHELP)) {
     SETCOLOR (MT_COLOR_STATUS);
     move (option (OPTSTATUSONTOP) ? LINES - 2 : 0, SW);
-    mutt_paddstr (COLS-SW, menu->help);
+    mutt_paddstr (COLS-SW, "");
     SETCOLOR (MT_COLOR_NORMAL);
     menu->offset = 1;
     menu->pagelen = LINES - 3;