From 9d8f954b6237f6d165bd1c834b9e7d524fc5a17c Mon Sep 17 00:00:00 2001 From: Rocco Rutte <pdmef@gmx.net> Date: Tue, 27 Jan 2009 16:54:46 +0100 Subject: [PATCH] Fix help alignment for escape sequences at screen boundary. Closes #3146. --- ChangeLog | 10 ++++++++++ help.c | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bb842e88..63636fc5 100644 --- 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 88f465a0..2a0f5350 100644 --- 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) { -- 2.40.0