Event better: have an ACS_HLINE to erase status line.
[apps/madmutt.git] / lib-ui / curs_lib.c
index 619cb31..e8fb02e 100644 (file)
@@ -156,6 +156,9 @@ void mutt_edit_file(const char *data)
         return;
     }
 
+    SETCOLOR(main_w, MT_COLOR_SIDEBAR);
+    mvwhline(main_w, 0, 0, ACS_HLINE, mw);
+
     nodelay(stdscr, true);
     gettimeofday(&next, NULL);
     while (!SigChild) {