Skip to content
New issue

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

New line on each Update #91

Closed
luxploit-old opened this issue Mar 13, 2021 · 1 comment
Closed

New line on each Update #91

luxploit-old opened this issue Mar 13, 2021 · 1 comment

Comments

@luxploit-old
Copy link

luxploit-old commented Mar 13, 2021

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");

@luxploit-old
Copy link
Author

#90 did the trick with the carrige returns

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant