From b0632cc63705e23e2363a004298501317b281af6 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Mon, 19 Aug 2002 01:59:28 +0000 Subject: [PATCH] add full suite of directions to cmdassist --- src/cmd.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/cmd.c b/src/cmd.c index 436d21af7..d284d664e 100644 --- a/src/cmd.c +++ b/src/cmd.c @@ -1977,6 +1977,10 @@ char *msg; putstr(win, 0, " b j n"); }; putstr(win, 0, ""); + putstr(win, 0, " < up"); + putstr(win, 0, " > down"); + putstr(win, 0, " . direct at yourself"); + putstr(win, 0, ""); putstr(win, 0, "(Suppress this message with !cmdassist in config file.)"); display_nhwindow(win, FALSE); destroy_nhwindow(win);