Nico Golde:
[apps/madmutt.git] / compose.c
index 3b02b47..86004f2 100644 (file)
--- a/compose.c
+++ b/compose.c
@@ -1401,7 +1401,7 @@ int mutt_compose_menu (HEADER * msg,    /* structure for new message */
       compose_status_line (buf, sizeof (buf), menu, NONULL (ComposeFormat));
       CLEARLINE (option (OPTSTATUSONTOP) ? 0 : LINES - 2);
       SETCOLOR (MT_COLOR_STATUS);
-      printw ("nnn%-*.*s", COLS, COLS, buf);
+      printw ("%-*.*s", COLS, COLS, buf);
       SETCOLOR (MT_COLOR_NORMAL);
       menu->redraw &= ~REDRAW_STATUS;
     }