This commit is contained in:
Vanellope 2019-05-08 02:23:02 +09:00 committed by radare
parent 428e623406
commit 8afa731a2f

View File

@ -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");
}