mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-01 17:40:34 +00:00
Fix highlighting (#11016)
This commit is contained in:
parent
e434a5938b
commit
b2aa8d1804
@ -2497,7 +2497,7 @@ R_API int r_core_visual_cmd(RCore *core, const char *arg) {
|
|||||||
visual_search (core);
|
visual_search (core);
|
||||||
} else {
|
} else {
|
||||||
if (autoblocksize) {
|
if (autoblocksize) {
|
||||||
r_core_cmd0 (core, "?i highlight;e scr.highlight=`?y`");
|
r_core_cmd0 (core, "?i highlight;e scr.highlight=`yp`");
|
||||||
} else {
|
} else {
|
||||||
r_core_block_size (core, core->blocksize - cols);
|
r_core_block_size (core, core->blocksize - cols);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user