]> granicus.if.org Git - nethack/commitdiff
description of #therecmdmenu
authorPatR <rankin@nethack.org>
Tue, 24 Oct 2017 21:29:38 +0000 (14:29 -0700)
committerPatR <rankin@nethack.org>
Tue, 24 Oct 2017 21:29:38 +0000 (14:29 -0700)
The extended command added to test handling for adjacent mouse clicks
had a description which was too long.  In the list from '#?', white
space for column alignment got squeezed out to make it fit (at least
for tty, where it ended up looking awful).

The new description isn't a complete sentence any more, but I don't
think anyone will care.

src/cmd.c

index 27e05f4d80f872261c24cece2e23881df74aff34..0272ec0b97cc99f3d20efff6feb35f9be27863bc 100644 (file)
--- a/src/cmd.c
+++ b/src/cmd.c
@@ -1,4 +1,4 @@
-/* NetHack 3.6 cmd.c   $NHDT-Date: 1494985492 2017/05/17 01:44:52 $  $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.258 $ */
+/* NetHack 3.6 cmd.c   $NHDT-Date: 1508880573 2017/10/24 21:29:33 $  $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.275 $ */
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
@@ -3005,7 +3005,7 @@ struct ext_func_tab extcmdlist[] = {
     { '\0', "terrain", "show map without obstructions",
             doterrain, IFBURIED | AUTOCOMPLETE },
     { '\0', "therecmdmenu",
-            "show menu of commands you can do from here to adjacent spot",
+            "menu of commands you can do from here to adjacent spot",
             dotherecmdmenu },
     { 't', "throw", "throw something", dothrow },
     { '\0', "timeout", "look at timeout queue and hero's timed intrinsics",