Nico Golde:
authornion <nion@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Mon, 21 Mar 2005 16:30:48 +0000 (16:30 +0000)
committernion <nion@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Mon, 21 Mar 2005 16:30:48 +0000 (16:30 +0000)
- corrected little output mistake which i used for debugging

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@222 e385b8ad-14ed-0310-8656-cc95a2468c6d

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;
     }