]> granicus.if.org Git - nethack/commit
fix for / command to find names like "Hachi" via screen
authornhmall <mjnh@persona.ca>
Mon, 15 Feb 2016 03:23:59 +0000 (22:23 -0500)
committernhmall <mjnh@persona.ca>
Mon, 15 Feb 2016 03:23:59 +0000 (22:23 -0500)
commit640267f53a658b7ca049a6337b3b1ae27d27993f
treeccd1c018f49130510b7628c0e2a639f2eae07920
parent592ae6972626c41c52100b14f1c77bb83323faf8
fix for / command to find names like "Hachi" via screen

 Changes to be committed:
modified:   doc/fixes36.1
modified:   src/pager.c

fix bug bz54; this bug had no web ID

Report:
    For /, asking via cursor can't find special named entries like "Hachi"
    because the entry for the monster type like "dog" gets used instead.

Change:
    Instead of "More info?", when applicable it will now do:
    More info about "hachi"? [yn] (n) n
    More info about "little dog"? [yn] (n)
doc/fixes36.1
src/pager.c