-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Clear console programmatically #133
Comments
I propose to have a It may looks not so elegant to leave an alias |
I like the idea of having more options to control the console output. I use it quite often for debugging. As in, draw the console content to the game screen. |
Perhaps there could also be a way to read the console text? Either as a multi-line string or as a list. Maybe you could have a function |
It could be enough to implement some simple meta formatting inside print(). Maybe if string starts with "ERROR", then it should display in red, and if with "WARNING", then in yellow. |
Suggested solution:
The text was updated successfully, but these errors were encountered: