Changeset 66

Show
Ignore:
Timestamp:
04/22/07 22:17:29 (2 years ago)
Author:
pmac
Message:

Fix birth menu nits from newsgroup (#94)

Files:

Legend:

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

    r59 r66  
    794794        WIPE(&menu, menu); 
    795795        menu.cmd_keys = "?=*\r\n\x18";           /* ?, ,= *, \n, <ctl-X> */ 
     796        menu.selections = lower_case; 
    796797 
    797798        while (i < (int)N_ELEMENTS(menu_defs)) 
     
    800801                int cursor = *values[i]; 
    801802 
    802                 menu.flags = MN_NO_TAGS | MN_DBL_TAP; 
     803                menu.flags = MN_DBL_TAP; 
    803804                menu.count = limits[i]; 
    804805                menu.browse_hook = browse[i];