Add the patch I suggested last week to show cmdassist help for the
various prefix commands.
}
}
*cp = '\0';
- Norep("Unknown command '%s'.", expcmd);
+ if (!prefix_seen || !iflags.cmdassist ||
+ !help_dir(0, "Invalid direction key!"))
+ Norep("Unknown command '%s'.", expcmd);
}
/* didn't move */
flags.move = FALSE;
winid win;
char *wiz_only_list = "EFGIOVW";
char buf[BUFSZ], buf2[BUFSZ], *expl;
+
win = create_nhwindow(NHW_TEXT);
if (!win) return FALSE;
if (msg) {