mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-01 17:40:34 +00:00
Add seek history for "." in Visual mode
Add seek history for "." in Visual mode
This commit is contained in:
parent
f264b1d1e3
commit
af10e7fc79
@ -1472,6 +1472,7 @@ R_API int r_core_visual_cmd(RCore *core, int ch) {
|
||||
r_io_sundo_push (core->io, core->offset);
|
||||
break;
|
||||
case '.':
|
||||
r_io_sundo_push (core->io, core->offset);
|
||||
if (curset) {
|
||||
r_core_seek (core, core->offset+cursor, 1);
|
||||
cursor = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user