summaryrefslogtreecommitdiffstats
path: root/browser.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-08-27 19:37:10 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-08-27 19:37:10 +0000
commit31beda39930d293e1331505d138ad5fae7bdbc4f (patch)
tree0d7272b0159c0acc7ef3caf7b631a8427724926d /browser.c
parentb6a56b307a101a1ed78cf1a644ec32a27a509d29 (diff)
[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@faveve.uni-stuttgart.de>)
Diffstat (limited to 'browser.c')
-rw-r--r--browser.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/browser.c b/browser.c
index a90d5173..d1d67d3d 100644
--- a/browser.c
+++ b/browser.c
@@ -295,8 +295,9 @@ static void add_folder (MUTTMENU *m, struct browser_state *state,
folder.name = name;
folder.f = s;
folder.new = new;
- mutt_FormatString (buffer, sizeof (buffer), NONULL(FolderFormat), folder_format_str,
- (unsigned long) &folder, 0);
+ mutt_FormatString (buffer, sizeof (buffer), NONULL(FolderFormat),
+ folder_format_str, (unsigned long) &folder,
+ M_FORMAT_ARROWCURSOR);
if (state->entrylen == state->entrymax)
{