]> granicus.if.org Git - nethack/commitdiff
Cursor targeting help improvement
authorPasi Kallinen <paxed@alt.org>
Fri, 29 Mar 2019 14:33:51 +0000 (16:33 +0200)
committerPasi Kallinen <paxed@alt.org>
Fri, 29 Mar 2019 14:33:54 +0000 (16:33 +0200)
Based on feedback from users, explicitly show that m/M keys cycle
to next/previous monster, and so on.

src/do_name.c

index c4605b4790e552f00513db0f9699d0b4b1e85b47..b0d113fd85417fe2e48d94d59e177d872b6de400 100644 (file)
@@ -51,9 +51,9 @@ boolean FDECL((*gp_getvalidf), (int, int));
 }
 
 static const char *const gloc_descr[NUM_GLOCS][4] = {
-    { "any monsters", "monster", "next monster", "monsters" },
-    { "any items", "item", "next object", "objects" },
-    { "any doors", "door", "next door or doorway", "doors or doorways" },
+    { "any monsters", "monster", "next/previous monster", "monsters" },
+    { "any items", "item", "next/previous object", "objects" },
+    { "any doors", "door", "next/previous door or doorway", "doors or doorways" },
     { "any unexplored areas", "unexplored area", "unexplored location",
       "unexplored locations" },
     { "anything interesting", "interesting thing", "anything interesting",
@@ -77,7 +77,7 @@ int gloc;
 {
     char sbuf[BUFSZ];
 
-    Sprintf(sbuf, "Use '%s' or '%s' to %s%s%s.",
+    Sprintf(sbuf, "Use '%s'/'%s' to %s%s%s.",
             k1, k2,
             iflags.getloc_usemenu ? "get a menu of "
                                   : "move the cursor to ",