]> granicus.if.org Git - neomutt/commitdiff
Fix regression introduced by [10cc06eff52b] where the CLEARLINE() removal was not...
authorMichael Elkins <me@sigpipe.org>
Fri, 4 Jan 2013 00:12:28 +0000 (16:12 -0800)
committerMichael Elkins <me@sigpipe.org>
Fri, 4 Jan 2013 00:12:28 +0000 (16:12 -0800)
closes #3619

pager.c

diff --git a/pager.c b/pager.c
index 9635cc4ae7d9886b5696ee4e27e47a4e1104e18b..7b03e902bd92f73ae146d5f130eab53ac39fa07c 100644 (file)
--- a/pager.c
+++ b/pager.c
@@ -1794,6 +1794,7 @@ mutt_pager (const char *banner, const char *fname, int flags, pager_t *extra)
        strfcpy(pager_progress_str, (topline == 0) ? "all" : "end", sizeof(pager_progress_str));
 
       /* print out the pager status bar */
+      move (statusoffset, 0);
       SETCOLOR (MT_COLOR_STATUS);
 
       if (IsHeader (extra) || IsMsgAttach (extra))