]> granicus.if.org Git - neomutt/commit
fix: status-color when pager_index_lines > 0
authorRichard Russon <rich@flatcap.org>
Sun, 9 Oct 2016 10:29:46 +0000 (11:29 +0100)
committerRichard Russon <rich@flatcap.org>
Sun, 9 Oct 2016 10:31:24 +0000 (11:31 +0100)
commit28b51549325e45f08951a7400fa921443db2574b
tree2915704da86b26b614fc4dd87106816923eaf6ee
parentd25fb5e647f8b00f3eb1c68746501463bf08a3d0
fix: status-color when pager_index_lines > 0

mutt_pager() was missing a call to mutt_draw_statusline().

Fixes: #189
pager.c