mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-12 15:38:09 +00:00
Handle / key in visual panels to set scr.highlight ##visual
This commit is contained in:
parent
b47666b409
commit
89dd8a57da
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user