Move the rest of mutt "things" into a window as well.
[apps/madmutt.git] / muttlib.c
index 8ab32c1..b34cede 100644 (file)
--- a/muttlib.c
+++ b/muttlib.c
@@ -358,7 +358,7 @@ int mutt_save_confirm (const char *s, struct stat *st)
     }
   }
 
-  CLEARLINE (LINES - 1);
+  CLEARLINE(main_w, LINES - 1);
   return (ret);
 }