Show
Ignore:
Timestamp:
2007-07-08 18:27:35 (17 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
  • commands.c

    r5011 r5184  
    284284  { 
    285285    mutt_format_string (prompt, sizeof (prompt), 
    286                         0, COLS-extra_space, 0, 0, 
     286                        0, COLS-extra_space, FMT_LEFT, 0, 
    287287                        scratch, sizeof (scratch), 0); 
    288288    safe_strcat (prompt, sizeof (prompt), "...?");