gurrhack / NetHack-Android

Android port of NetHack
128 stars 23 forks source link

MENUCOLOR makes an item unusable #39

Closed goodnewz closed 6 years ago

goodnewz commented 6 years ago

I have in my nethack options file the following two lines:

#  Show all blessed items in green
MENUCOLOR=" blessed "=green&bold

#  Show all cursed items in red
MENUCOLOR=" cursed "=red&bold

When I name an item cursed or identify a cursed item, menucolor kicks, however there is a bug in the popup menu where the items becomes unselectable.

see the following two screenshots I took:

test1 test2

The short sword in the example above becomes undroppable. You cannot select using the menu or by letter. You can however swap it with x.

I have not experienced this specific issues on the windows port, so it must be an android specific bug.

gurrhack commented 6 years ago

Weird. But I can reproduce it so it should be easy to fix.

gurrhack commented 6 years ago

Fixed