We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OS: Windows
Hi, soo uhm on each update, it prints a new line instead of updating it.
The Result: https://i.imgur.com/aE4Poji.png
The Code:
cLog->Signature("Starting Second Scan"); indicators::ProgressBar PatternScanner{ indicators::option::BarWidth{80}, indicators::option::Start{"["}, indicators::option::Fill{"="}, indicators::option::Lead{">"}, indicators::option::Remainder{" "}, indicators::option::End{"]"}, indicators::option::PostfixText{"Scanning for Variable Pointers"}, indicators::option::ForegroundColor{indicators::Color::red}, }; cLog->Pointer("%i", Signature::memorycount); //111 for (int ix = 0; ix < Signature::memorycount; ix++) PatternScanner.tick(); PatternScanner.mark_as_completed(); if (PatternScanner.is_completed()) cLog->Signature("Finished All Scans");
The text was updated successfully, but these errors were encountered:
#90 did the trick with the carrige returns
Sorry, something went wrong.
No branches or pull requests
OS: Windows
Hi, soo uhm on each update, it prints a new line instead of updating it.
The Result:
https://i.imgur.com/aE4Poji.png
The Code:
The text was updated successfully, but these errors were encountered: