Make couple of keys toggle-able (#13864)

This commit is contained in:
Vanellope 2019-04-22 22:42:08 +09:00 committed by radare
parent 4acc6d6540
commit 46187fe4e1

View File

@ -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;