mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-04 04:17:25 +00:00
Add cons mark for cursor in ds_print_show_cursor ##core
This commit is contained in:
parent
6987065691
commit
129616a175
@ -1756,9 +1756,7 @@ static void ds_print_show_cursor(RDisasmState *ds) {
|
||||
res[1] = '~';
|
||||
}
|
||||
if (q) {
|
||||
#if R2_590
|
||||
r_cons_mark (UT64_MAX, "cursor");
|
||||
#endif
|
||||
if (cursor_addr == ds->at) {
|
||||
res[2] = '*';
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user