summaryrefslogtreecommitdiffstats
path: root/curs_main.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 /curs_main.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 'curs_main.c')
-rw-r--r--curs_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/curs_main.c b/curs_main.c
index d1be5a8b..401a18b7 100644
--- a/curs_main.c
+++ b/curs_main.c
@@ -74,7 +74,7 @@ extern const char *ReleaseDate;
void index_make_entry (char *s, size_t l, MUTTMENU *menu, int num)
{
- format_flag flag = M_FORMAT_MAKEPRINT;
+ format_flag flag = M_FORMAT_MAKEPRINT | M_FORMAT_ARROWCURSOR;
int reverse = Sort & SORT_REVERSE, edgemsgno;
HEADER *tmp, *h = Context->hdrs[Context->v2r[num]];