X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=help.c;h=627f4c21acfc69ab0daf4f823d31bf6eac06a350;hp=f01bbea58f9eff5e3e2c4f69b8b3df6954103ee9;hb=10e80e482eff3762b0b8d41b0c7795b76704479c;hpb=ae0ce4dfcafa0c3820f107c5bfa8bd06e5272b57 diff --git a/help.c b/help.c index f01bbea..627f4c2 100644 --- a/help.c +++ b/help.c @@ -13,19 +13,21 @@ # include "config.h" #endif +#include +#include +#include +#include + #include #include #include +#include + +#include #include "mutt.h" -#include "mutt_curses.h" #include "keymap.h" #include "pager.h" -#include "mapping.h" - -#include -#include -#include static struct binding_t *help_lookupFunction (int op, int menu) { @@ -200,7 +202,7 @@ static void format_line (FILE * f, int ismacro, n = COLS - col; if (ismacro >= 0) { - SKIPWS (t3); + t3 = vskipspaces(t3); /* FIXME: this is completely wrong */ if ((n = m_strlen(t3)) > COLS - col) {