Changeset 5184:6241f5669264 for query.c

Show
Ignore:
Timestamp:
2007-07-08 18:27:35 (18 months ago)
Author:
David Champion <dgc@…>
Branch:
HEAD
Message:

This patch implements the "%* " notation, which is analogous to "%> "
but gives precedence to the right side instead of to the left when the
fill length is zero. The default $pager_format is updated to use it so
that %P is always available at the edge of the screen.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • query.c

    r5010 r5184  
    205205  mutt_format_string (buf2, sizeof (buf2), 
    206206                      FirstColumn + 2, FirstColumn + 2, 
    207                       0, ' ', table[num].data->name, 
     207                      FMT_LEFT, ' ', table[num].data->name, 
    208208                      mutt_strlen (table[num].data->name), 0); 
    209209