]> granicus.if.org Git - nethack/commitdiff
Comment the limitation and reason
authorPasi Kallinen <paxed@alt.org>
Sat, 4 Jun 2016 05:14:41 +0000 (08:14 +0300)
committerPasi Kallinen <paxed@alt.org>
Sat, 4 Jun 2016 05:14:41 +0000 (08:14 +0300)
src/pager.c

index 081bd190ef6674e4c2d6e87321df0dad83451694..92c72787d631d5b114199176d905ee96f15cd5c5 100644 (file)
@@ -1060,6 +1060,8 @@ coord *click_cc;
         case '?':
             from_screen = FALSE;
             getlin("Specify what? (type the word)", out_str);
+            /* mungspaces prevents querying for a space glyph (eg. a ghost),
+               but players almost always use '/' instead to look up glyphs */
             mungspaces(out_str);
             if (out_str[0] == '\0' || out_str[0] == '\033')
                 return 0;