Changeset 327 for tags/angband-3.0.8
- Timestamp:
- 07/13/07 10:20:14 (1 year ago)
- Files:
-
- tags/angband-3.0.8/src/store.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tags/angband-3.0.8/src/store.c
r326 r327 2610 2610 /* These two can't intersect! */ 2611 2611 menu.cmd_keys = "\n\x04\x10\r?=CPdeEiIsTwx\x8B\x8Chl"; /* \x10 = ^p , \x04 = ^D */ 2612 menu.selections = "abcfg mnopqruvyz1234567890";2612 menu.selections = "abcfghmnopqruvyz1234567890"; 2613 2613 } 2614 2614
