X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=compose.c;h=86004f293a0035397eddbf73715f0cb1e1fdc174;hp=3b02b479ae01f007c24173b0a242c8868ffdd081;hb=1106413431b72d14d6f1208d611c489931ea4499;hpb=f422bddfe7468c3f36388a8830c832c01841eabc diff --git a/compose.c b/compose.c index 3b02b47..86004f2 100644 --- 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; }