-
Notifications
You must be signed in to change notification settings - Fork 38
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
Console gets mixedup after specific output #26
Comments
Another example (maybe is a different issue) is printing with Example:
|
Thanks for the report @tiagocoutinho Those two issues are related to the hackish prompt detection for the readline support, but it should get better once PR #25 is merged. For the moment, the simplest way to work around those issues is to disable readline: |
Great! It is not urgent for me at all. Also the |
Fixed! It will become visible in version 0.1.9. |
Executing any python code that results in printing to the screen a line that ends with
'. \n'
or'> \n'
messes up the console.Example: printing any string on the screen that ends with
'. \n'
or'> \n'
messes up the console:Expected:
The text was updated successfully, but these errors were encountered: