Changes between Initial Version and Version 1 of Ticket #3664, comment 5
- Timestamp:
- 07/18/16 11:19:41 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3664, comment 5
initial v1 12 12 3480 break; 13 13 }}} 14 I think we don't need extra section [main:empty-cmdline]. These commands should be routed to the active panel. 14 I 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 }}} 15 22 16 23 "Select/Unselect/SelectInvert" handlers in filemanager level are required only because of items of main menu, which is handled here.