]> granicus.if.org Git - mutt/commit
Fix pager layout when $status_on_top with no mini-index. (closes #3836)
authorKevin McCarthy <kevin@8t8.us>
Sat, 30 Apr 2016 17:50:43 +0000 (10:50 -0700)
committerKevin McCarthy <kevin@8t8.us>
Sat, 30 Apr 2016 17:50:43 +0000 (10:50 -0700)
commit7ad81c5f12a4e91ba4b009a32a961105930e94bb
treecf65f10f5ef059787f64595d8a376072f877614b
parentab92c84c1d83e3bdf955e605c543fc6fe03c7e4e
Fix pager layout when $status_on_top with no mini-index.  (closes #3836)

The pager_window->row_offset should only be adjusted when we have a
mini-index.

Pull common window initialization above, and adjust only when the
mini-index is enabled.  The pager_window rows and row_offset code
could be further consolidated (since the status line is always a
height of one), but I think the code reads a bit more clearly when the
adjustments are explicitly stated.
pager.c