Skip to content

Commit

Permalink
missing some old output for NVX running on proxspace/mingw. Might nee…
Browse files Browse the repository at this point in the history
…d even more spaces for all escape codes. the best would be a escape code to clear the line
  • Loading branch information
iceman1001 committed Jan 1, 2024
1 parent 722b5cc commit 0dedfe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/proxmark3.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ static void prompt_compose(char *buf, size_t buflen, const char *promptctx, cons
snprintf(buf, buflen - 1, PROXPROMPT_COMPOSE, promptdev, promptnet, promptctx);
} else {

snprintf(buf, buflen - 1, "\r \r" PROXPROMPT_COMPOSE, promptdev, promptnet, promptctx);
snprintf(buf, buflen - 1, "\r \r" PROXPROMPT_COMPOSE, promptdev, promptnet, promptctx);
}
}

Expand Down

0 comments on commit 0dedfe9

Please sign in to comment.