mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Fix multi cmds in interactive mode
This commit is contained in:
parent
a37fdb1ccf
commit
117bf7380f
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ check_script:
|
|||
char prompt_filtered[PROXPROMPT_MAX_SIZE] = {0};
|
||||
memcpy_filter_ansi(prompt_filtered, prompt, sizeof(prompt_filtered), !g_session.supports_colors);
|
||||
g_pendingPrompt = true;
|
||||
cmd = pm3line_read(prompt_filtered);
|
||||
script_cmd = pm3line_read(prompt_filtered);
|
||||
#if defined(_WIN32)
|
||||
//Check if color support needs to be enabled again in case the window buffer did change
|
||||
g_session.supports_colors = DetectWindowsAnsiSupport();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue