From: PatR Date: Tue, 24 Oct 2017 21:29:38 +0000 (-0700) Subject: description of #therecmdmenu X-Git-Tag: NetHack-3.6.1_RC01~243 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=defde3d33202a2c935628b43f6abb7a10dae7014;p=nethack description of #therecmdmenu 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. --- diff --git a/src/cmd.c b/src/cmd.c index 27e05f4d8..0272ec0b9 100644 --- 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",