mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-04 04:28:20 +00:00
Fix VV: wheel issue and set scr.highlight via Vdh, V/ or VV/
This commit is contained in:
parent
e3ef5f652c
commit
238bd6b6c4
@ -484,8 +484,13 @@ repeat:
|
||||
curnode = cn;
|
||||
// select jump node
|
||||
break;
|
||||
case '/':
|
||||
r_core_cmd0 (core, "?i highlight;e scr.highlight=`?y`");
|
||||
break;
|
||||
case ':':
|
||||
core->vmode = R_FALSE;
|
||||
r_core_visual_prompt_input (core);
|
||||
core->vmode = R_TRUE;
|
||||
break;
|
||||
case 'f':
|
||||
cn = Edge_node (edges, curnode, 1);
|
||||
|
@ -1107,8 +1107,11 @@ R_API int r_core_visual_cmd(RCore *core, int ch) {
|
||||
if (curset) {
|
||||
visual_search (core);
|
||||
} else {
|
||||
if (!autoblocksize)
|
||||
if (autoblocksize) {
|
||||
r_core_cmd0 (core, "?i highlight;e scr.highlight=`?y`");
|
||||
} else {
|
||||
r_core_block_size (core, core->blocksize-cols);
|
||||
}
|
||||
}
|
||||
break;
|
||||
case '*':
|
||||
|
Loading…
x
Reference in New Issue
Block a user