Changes between Initial Version and Version 1 of Ticket #3664, comment 5


Ignore:
Timestamp:
07/18/16 11:19:41 (8 years ago)
Author:
andrew_b
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3664, comment 5

    initial v1  
    1212   3480         break; 
    1313}}} 
    14 I think we don't need extra section [main:empty-cmdline]. These commands should be routed to the active panel. 
     14I think we don't need extra section [main:empty-cmdline]. These commands should be routed to the active panel. Such routing is performed in midnight_execute_cmd(): 
     15{{{ 
     16   1317     case CK_Select: 
     17   1318     case CK_Unselect: 
     18   1319     case CK_SelectInvert: 
     19   1320         res = send_message (current_panel, midnight_dlg, MSG_ACTION, command, NULL); 
     20   1321         break; 
     21}}} 
    1522 
    1623"Select/Unselect/SelectInvert" handlers in filemanager level are required only because of items of main menu, which is handled here.