X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=compose.c;h=70738d557ccac1b3909393ca87f0424560029548;hp=d36008bbb38cfcb9b28ec83c8278ee089ad4f496;hb=d240531be8ae2e28fed82a256e72ba449339540d;hpb=6a0262162a1d5e1ab850dbe4d254bbf81b174847 diff --git a/compose.c b/compose.c index d36008b..70738d5 100644 --- a/compose.c +++ b/compose.c @@ -1048,8 +1048,7 @@ int mutt_compose_menu (HEADER * msg, /* structure for new message */ compose_status_line (buf, sizeof (buf), menu, NONULL (ComposeFormat)); CLEARLINE(main_w, 0); SETCOLOR(main_w, MT_COLOR_STATUS); - wmove (main_w, 0, 0); - wprintw (main_w, "%-*.*s", getmaxx(main_w), getmaxx(main_w), buf); + mvwprintw (main_w, 0, 0, "%-*.*s", getmaxx(main_w), getmaxx(main_w), buf); SETCOLOR(main_w, MT_COLOR_NORMAL); menu->redraw &= ~REDRAW_STATUS; }