Changeset 1010

Show
Ignore:
Timestamp:
10/01/08 19:00:09 (3 months ago)
Author:
takkaria
Message:

Allow checking knowledge in stores.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/store.c

    r999 r1010  
    28412841                { 
    28422842                        /* These two can't intersect! */ 
    2843                         menu.cmd_keys = "\n\x04\x10\r?={}CEIPTdegilpswx\x8B\x8C"; /* \x10 = ^p , \x04 = ^D */ 
     2843                        menu.cmd_keys = "\n\x04\x10\r?={}~CEIPTdegilpswx\x8B\x8C"; /* \x10 = ^p , \x04 = ^D */ 
    28442844                        menu.selections = "abcfmnoqrtuvyz13456790ABDFGH"; 
    28452845                } 
     
    28492849                { 
    28502850                        /* These two can't intersect! */ 
    2851                         menu.cmd_keys = "\n\x010\r?={}CEIbdegiklpstw\x8B\x8C"; /* \x10 = ^p */ 
     2851                        menu.cmd_keys = "\n\x010\r?={}~CEIbdegiklpstw\x8B\x8C"; /* \x10 = ^p */ 
    28522852                        menu.selections = "acfhmnoqruvxyz13456790ABDFGH"; 
    28532853                }