Import madtty, use it to deal with colors from now on as it needs to know what is...
[apps/madmutt.git] / compose.c
index 70738d5..b6a6bde 100644 (file)
--- a/compose.c
+++ b/compose.c
@@ -846,7 +846,6 @@ int mutt_compose_menu (HEADER * msg,    /* structure for new message */
         int itype;
         FILE *fp;
 
-        CLEARLINE(main_w, LINES - 1);
         fname[0] = 0;
         if (mutt_get_field (_("New file: "), fname, sizeof (fname), M_FILE)
             != 0 || !fname[0])