]> granicus.if.org Git - nethack/commit
fix buglist entry: menu upon request
authornethack.allison <nethack.allison>
Sat, 11 Jan 2003 17:22:58 +0000 (17:22 +0000)
committernethack.allison <nethack.allison>
Sat, 11 Jan 2003 17:22:58 +0000 (17:22 +0000)
commitd1c2a37deb44dda8b593eb69b0ba6548c01f390d
treeb0b1a41f41d7bc79b0075926c19e3ce3bb73ce05
parenta411ff7e9b46cadd7c30aaf60e8bf964a5638a89
fix buglist entry: menu upon request

For "traditional" menu style, pickup and #loot/apply can't accept an 'm'
response to bring up a menu upon request when all items involved are of
the same class, because the prompt where that response is allowed only
gets issued when multiple classes are present.
doc/Guidebook.mn
doc/Guidebook.tex
include/extern.h
include/flag.h
src/cmd.c
src/invent.c
src/pickup.c