-
-
Notifications
You must be signed in to change notification settings - Fork 245
bpython-curses is not working on windows 10: it deletes the current line and returns back at the start of the history #859
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
Comments
I've observed the same behavior with bpython-curses but not only with underscore and capital P. In addition this happens also with A, E, G, K, N, and Y (all capital). Versions: |
@bjhend I've upgraded to the latest version of the package and I confirm that this bug has been fixed. |
Of course, it is all the letters in "KEY_NPAGE" and "KEY_PPAGE", have you seen the fiix?
the comma (added as a fix) transforms what was wrongly a string (a list of chars) into a correct tuple, in this case a one-element tuple
@bjhend |
Upgrading solved it for me as well, thanks. |
Yes, I've looked at the fix (tried it manually first) but didn't compare the letters. Sometimes bugs have funny effects. |
Thanks for the hint. As I said, after upgrading to bpython 0.20.1 as well as after applying the fix manually beforehand, it worked or me. |
Uh oh!
There was an error while loading. Please reload this page.
If you type and underscore in the name of a function
it deletes the current line and returns back at the start of the history.
after I have typed a dot it shows the possible completions but when I digit a capital P it deletes the current line and returns back at the start of the history.
Note
Actually this is a big problem of
bpython-curses
also on Linux (I've tested it on my Fedora 32, last version) and indeed it is deprecated, but the crucial point is that the realbpython
is running on Linux but not on Windows.The text was updated successfully, but these errors were encountered: