Handle / key in visual panels to set scr.highlight ##visual

This commit is contained in:
Vanellope 2018-10-24 04:39:19 +09:00 committed by radare
parent b47666b409
commit 89dd8a57da

View File

@ -3193,6 +3193,9 @@ repeat:
case '[':
r_config_set_i (core->config, "hex.cols", r_config_get_i (core->config, "hex.cols") - 1);
break;
case '/':
r_core_cmd0 (core, "?i highlight;e scr.highlight=`yp`");
break;
case 'z':
if (panels->curnode > 0) {
RPanel p0 = panels->panel[0];