mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Fix multi cmds in interactive mode
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user