mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-11 23:16:05 +00:00
Creating a panel from the menu inquires the user for cache ##panels
This commit is contained in:
parent
083810065c
commit
7653c2eda9
@ -475,7 +475,8 @@ static int layoutSidePanel(void *user) {
|
||||
}
|
||||
}
|
||||
}
|
||||
addPanelFrame (core, panels, child->name, cmd, 0);
|
||||
int caching = r_cons_yesno ('y', "Cache the result? (Y/n)");
|
||||
addPanelFrame (core, panels, child->name, cmd, caching);
|
||||
changePanelNum (panels, panels->n_panels - 1, 0);
|
||||
panel[0].pos.x = 0;
|
||||
panel[0].pos.y = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user