-
Notifications
You must be signed in to change notification settings - Fork 37
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
Add proper console #90
Comments
This looks very very promising: https://github.com/prompt-toolkit/python-prompt-toolkit |
After much experimentation I've run into an issue, the prompt is overwritten by new text. Yes I've tried using the |
In addition, it's also far slower than the normal |
Also the branch (90-console) could be deleted as not much has been done (and it's not even in a working condition) |
No activity detected, marking stale. |
This has been taken over by #266 |
Console should have like two sections, horizontally split. The bottom-most one should be just one row/line and should contain a
>
and whatever the user is typing. The above section should contain output/logging information. If a user is typing, what they've typed should not be overwritten by any logging/output.You can see any modern console, such as paper/bukkit/vanilla for how this looks/feels
The text was updated successfully, but these errors were encountered: