Useless CLEARLINE(stdscr, LINES - 1)
[apps/madmutt.git] / lib-ui / curs_lib.c
index c51f1a4..1051759 100644 (file)
@@ -199,6 +199,7 @@ int mutt_yesorno (const char *msg, int def)
     waddstr (stdscr, (char *) (def == M_YES ? yes : no));
     mutt_refresh ();
   }
+  CLEARLINE(stdscr, LINES - 1);
   return (def);
 }