From: PatR Date: Sat, 28 May 2022 23:49:30 +0000 (-0700) Subject: pull request #774 - 'just-picked' pseudo obj class X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48060dbebbec9cc3a19df1f194dafb4d39a3f24b;p=nethack pull request #774 - 'just-picked' pseudo obj class Pull request from entrez: fixes the combination of A and P for menustyle:Full. For menustyle:Traditional, it fixes selecting P for putting stuff into a container. Using P for multi-drop (D) already worked and I haven't tried to figure out why the two commands behave differently with just-picked. Closes #774 --- diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index 00c46ccb5..03bb67903 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -1224,6 +1224,10 @@ further changes resulted in dead monsters' corpses be placed at <0,0>; reverse the part(s) that cleared stale monst->mx,my adding name/rename choice to #therecmdmenu caused it to crash when picking an adjacent unnamed, untame monster +for menustyle:Full, fix the combination of 'A' auto-pick all plus 'P' just + picked up to limit what "all" means +for menustyle:Traditional, fix 'P' for just picked up items in inventory when + filtering what items to put into a container curses: 'msg_window' option wasn't functional for curses unless the binary also included tty support