mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-02 02:06:46 +00:00
Fix a bug (#13992)
This commit is contained in:
parent
428e623406
commit
8afa731a2f
@ -889,6 +889,7 @@ static void activateCursor(RCore *core) {
|
||||
(void)r_cons_any_key ("Cache is off and cursor is on");
|
||||
setCursor (core, !core->print->cur_enabled);
|
||||
cur->view->refresh = true;
|
||||
resetScrollPos (cur);
|
||||
} else {
|
||||
(void)r_cons_any_key ("You can always toggle cache by \'&\' key");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user