Changeset 51:68b85f34a18c for addrbook.c

Show
Ignore:
Timestamp:
1998-08-27 12:37:10 (10 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

[patch-0.94.4i.gt.arrowcursor.1] Padding to the end of
line/right jusitifying does not work in menus when
$arrow_cursor is set, because the extra space needed for
the arrow is not taken into account.
(From Gero Treuner <gero@…>)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • addrbook.c

    r31 r51  
    8181void alias_entry (char *s, size_t slen, MUTTMENU *m, int num) 
    8282{ 
    83   mutt_FormatString (s, slen, NONULL (AliasFmt), alias_format_str, (unsigned long) ((ALIAS **) m->data)[num], 0); 
     83  mutt_FormatString (s, slen, NONULL (AliasFmt), alias_format_str, (unsigned long) ((ALIAS **) m->data)[num], M_FORMAT_ARROWCURSOR); 
    8484} 
    8585