Changeset 4036


Ignore:
Timestamp:
11/25/09 13:23:32 (3 years ago)
Author:
jylam
Message:
  • Added 'ctrl-a ctrl-e' as a possible way to enter mini-command
File:
1 edited

Legend:

Unmodified
Added
Removed
  • neercs/trunk/src/input.c

    r4033 r4036  
    181181#ifdef USE_PYTHON 
    182182    case 'e': 
     183    case 0x05: 
     184            
    183185        screen_list->python_command = 1; 
    184186        screen_list->interpreter_props.x = 0; 
Note: See TracChangeset for help on using the changeset viewer.