Opened 12 years ago
Closed 12 years ago
#202 closed bug (fixed (in master))
Shops with multiple inventory pages require "_" command to enter
Reported by: | ekolis | Owned by: | |
---|---|---|---|
Milestone: | 3.0.9 | Keywords: | |
Cc: |
Description
If I try to enter a shop with multiple pages of inventory, the screen just flickers and I don't get in, but if I press the "_" key I can get in. Just a bit of a nuisance!
Attachments (1)
Change History (8)
comment:1 Changed 12 years ago by takkaria
- Milestone set to 3.0.8
comment:2 Changed 12 years ago by takkaria
- Keywords 3.0.8 added; pr2 removed
- Milestone changed from 3.0.8 to 3.0.9
comment:3 Changed 12 years ago by takkaria
- Milestone changed from 3.0.9 to 3.0.8fix1
comment:4 Changed 12 years ago by takkaria
- Keywords 3.0.8 removed
comment:5 Changed 12 years ago by takkaria
comment:6 Changed 12 years ago by anonymous
This is the fix (in case I accidentally trash it before svn comes back up):
Index: src/util.c =================================================================== --- src/util.c (revision 345) +++ src/util.c (working copy) @@ -3222,6 +3222,7 @@ /* Use auto-command */ ke.key = (char)p_ptr->command_new; + ke.type = EVT_KBRD; /* Forget it */ p_ptr->command_new = 0;
comment:7 Changed 12 years ago by ajps
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Reported on SuSE Linux 10 and Xubuntu Feisty Fawn.