Skip to content
  • Kevin J. McCarthy's avatar
    Fix columns used for $status_format and $pager_format in the pager. · 0e3d502e
    Kevin J. McCarthy authored
    The code was hardcoding use of MuttIndexWindow->cols in
    mutt_make_string_info() and MuttStatusWindow->cols in
    menu_status_line().
    
    Add a parameter to mutt_make_info_string().  Change menu_status_line()
    to use menu->statuswin->cols, falling back to MuttStatusWindow if no
    menu is passed in.
    
    Set menu->statuswin appropriately inside pager.c.
    
    Thanks to Richard Russon for tracking down this problem, and for the initial patch.
    0e3d502e