mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
better output from setting prompt, cursor is still inside ...
This commit is contained in:
parent
f85280ad41
commit
b91e21edde
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ int check_comm(void) {
|
||||||
if ( IsCommunicationThreadDead() && session.pm3_present) {
|
if ( IsCommunicationThreadDead() && session.pm3_present) {
|
||||||
rl_set_prompt("[offline] "PROXPROMPT);
|
rl_set_prompt("[offline] "PROXPROMPT);
|
||||||
session.pm3_present = false;
|
session.pm3_present = false;
|
||||||
PrintAndLogEx(INFO, "Running in " _YELLOW_("OFFLINE") "mode. Use \"hw connect\" to reconnect\n");
|
PrintAndLogEx(INFO, "\nRunning in " _YELLOW_("OFFLINE") "mode. Use \"hw connect\" to reconnect\n");
|
||||||
|
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue