mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-08 20:41:59 +03:00
(tree_key): fix key handling.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
fbabe632a0
commit
ec0c7cd848
@ -1094,6 +1094,8 @@ tree_key (WTree * tree, int key)
|
||||
command = widget_lookup_key (WIDGET (tree), key);
|
||||
switch (command)
|
||||
{
|
||||
case CK_IgnoreKey:
|
||||
break;
|
||||
case CK_Left:
|
||||
return tree_move_left (tree) ? MSG_HANDLED : MSG_NOT_HANDLED;
|
||||
case CK_Right:
|
||||
|
Loading…
Reference in New Issue
Block a user