]> granicus.if.org Git - mutt/commitdiff
Fix help alignment for escape sequences at screen boundary. Closes #3146.
authorRocco Rutte <pdmef@gmx.net>
Tue, 27 Jan 2009 15:54:46 +0000 (16:54 +0100)
committerRocco Rutte <pdmef@gmx.net>
Tue, 27 Jan 2009 15:54:46 +0000 (16:54 +0100)
ChangeLog
help.c

index bb842e88cbb49ad5ff276ae5411e03f79292d3d0..63636fc57f63d711dcd41e088f0a69f2cad2a3ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2009-01-27 15:25 +0100  Rocco Rutte  <pdmef@gmx.net>  (eb918af802ec)
+
+       * mh.c: Unconditionally inode-sort Maildir and MH folders. Closes
+       #3166.
+
+2009-01-26 12:32 -0800  Brendan Cully  <brendan@kublai.com>  (da94a92c3ba0)
+
+       * ChangeLog, bcache.c: Remove old bcache tmpfile before trying to
+       create new one. Closes #3163.
+
 2009-01-20 12:34 -0800  RenĂ© Clerc  <rene@clerc.nl>  (2006526d1d26)
 
        * po/nl.po: Updated Dutch translation
diff --git a/help.c b/help.c
index 88f465a0e16ee654443ba21098b222a1646afaa7..2a0f53505dc0218eb668d933a21d5f0a082777bb 100644 (file)
--- a/help.c
+++ b/help.c
@@ -256,7 +256,7 @@ static void format_line (FILE *f, int ismacro,
        n = get_wrapped_width (t3, n);
       }
 
-      print_macro (f, n, &t3);
+      n = print_macro (f, n, &t3);
 
       if (*t3)
       {