X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=help.c;h=c0b22525a10cee5570dbde8efa28aeb1c503233b;hp=72d0610e3584e1b72984f0461eff77129f383b52;hb=97677c08933e16e25ecb3c12473ef1efdab7962b;hpb=2ea77d3b2827ba23feb756ce2fb936565ae38998 diff --git a/help.c b/help.c index 72d0610..c0b2252 100644 --- a/help.c +++ b/help.c @@ -14,13 +14,15 @@ #endif #include +#include #include +#include + +#include #include "mutt.h" -#include "mutt_curses.h" #include "keymap.h" #include "pager.h" -#include "mapping.h" #include #include @@ -199,7 +201,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) {