X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=flags.c;h=137c78949e916dd0e5bd816e816e8f57b7229a65;hb=1c62190597f45fd606cf680df3f6a099b9f7ec18;hp=9ef0f6d954f88961e4c9d52382080b77b7b6c92f;hpb=f435868132e200bfa71ac155f037cf64bf5414ba;p=apps%2Fmadmutt.git diff --git a/flags.c b/flags.c index 9ef0f6d..137c789 100644 --- a/flags.c +++ b/flags.c @@ -337,11 +337,11 @@ int mutt_change_flag(HEADER * h, int bf) c = mutt_getch().ch; if (c == -1) { - CLEARLINE (LINES - 1); + CLEARLINE(stdscr, LINES - 1); return (-1); } - CLEARLINE (LINES - 1); + CLEARLINE(stdscr, LINES - 1); if (c < 0 || c > countof(actions) || !actions[c]) { BEEP();