mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-18 02:38:37 +00:00
Make couple of keys toggle-able (#13864)
This commit is contained in:
parent
4acc6d6540
commit
46187fe4e1
@ -3311,6 +3311,7 @@ static bool handleMenu(RCore *core, const int key) {
|
||||
}
|
||||
}
|
||||
break;
|
||||
case 'm':
|
||||
case 'q':
|
||||
case -1:
|
||||
if (panels->panelsMenu->depth > 1) {
|
||||
@ -4439,8 +4440,6 @@ repeat:
|
||||
}
|
||||
break;
|
||||
case '!':
|
||||
r_cons_2048 (core->panels->can->color);
|
||||
break;
|
||||
case 'q':
|
||||
case -1: // EOF
|
||||
goto exit;
|
||||
|
Loading…
Reference in New Issue
Block a user