Skip to content
  • Kevin J. McCarthy's avatar
    Add cols parameter to mutt_FormatString() · c9223a12
    Kevin J. McCarthy authored
    Continuing with the conversion to using windows for screen drawing,
    mutt_FormatString() was directly using COLS for right justification
    and similar formatting.  Instead pass in a parameter, cols.
    
    This change involved seeding the parameter through callback functions
    too, as many of them call mutt_FormatString() back.
    c9223a12