Changeset 4036


Ignore:
Timestamp:
Nov 25, 2009, 1:23:32 PM (14 years ago)
Author:
Jean-Yves Lamoureux
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.