mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-13 09:11:49 +00:00
Better cmd.gprompt
This commit is contained in:
parent
dac86f039a
commit
78667c5b64
@ -2653,7 +2653,9 @@ static int agraph_print(RAGraph *g, int is_interactive, RCore *core, RAnalFuncti
|
||||
const char *cmdv;
|
||||
cmdv = r_config_get (core->config, "cmd.gprompt");
|
||||
if (cmdv && *cmdv) {
|
||||
r_cons_gotoxy (0, 1);
|
||||
r_cons_gotoxy (0, 0);
|
||||
r_cons_fill_line ();
|
||||
r_cons_gotoxy (0, 0);
|
||||
r_core_cmd0 (core, cmdv);
|
||||
}
|
||||
r_cons_flush ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user