mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-25 00:25:48 +08:00
Merge pull request #1423 from AxisRay/ui-improve
Improve user experience
This commit is contained in:
commit
46c9b06538
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ static int check_comm(void) {
|
|||
char prompt_filtered[PROXPROMPT_MAX_SIZE] = {0};
|
||||
memcpy_filter_ansi(prompt_filtered, prompt, sizeof(prompt_filtered), !session.supports_colors);
|
||||
rl_set_prompt(prompt_filtered);
|
||||
rl_forced_update_display();
|
||||
rl_redisplay();
|
||||
#endif
|
||||
CloseProxmark(session.current_device);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue