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.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user