X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=init.c;h=ce05070dd9bf3c8a7629b17b9b18de42ad90e638;hp=aac359d65ebeecafee80e04c7edb2d646d53a9b3;hb=1c62190597f45fd606cf680df3f6a099b9f7ec18;hpb=d240531be8ae2e28fed82a256e72ba449339540d diff --git a/init.c b/init.c index aac359d..ce05070 100644 --- a/init.c +++ b/init.c @@ -434,7 +434,7 @@ int query_quadoption2(int v, const char *prompt) default: v = mutt_yesorno(prompt, (v == M_ASKYES)); - CLEARLINE(main_w, LINES - 1); + CLEARLINE(stdscr, LINES - 1); return (v); } } @@ -450,7 +450,7 @@ int query_quadoption (int opt, const char *prompt) default: v = mutt_yesorno (prompt, (v == M_ASKYES)); - CLEARLINE(main_w, LINES - 1); + CLEARLINE(stdscr, LINES - 1); return (v); }