summaryrefslogtreecommitdiffstats
path: root/help.c
diff options
context:
space:
mode:
authorRocco Rutte <pdmef@gmx.net>2009-01-27 16:54:46 +0100
committerRocco Rutte <pdmef@gmx.net>2009-01-27 16:54:46 +0100
commit9d8f954b6237f6d165bd1c834b9e7d524fc5a17c (patch)
tree9b6d02bb9c478c1e41ef0ad9292500581bfe75bb /help.c
parent5fca2dfd3afd5a1313ab22f67346a9e036ae83d5 (diff)
Fix help alignment for escape sequences at screen boundary. Closes #3146.
Diffstat (limited to 'help.c')
-rw-r--r--help.c2
1 files changed, 1 insertions, 1 deletions
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)
{