Open
Description
When bpython waits for completion of some command with user input, very fast, simultaneous keypresses cause dumping of the command to the screen, overlaying the input. Here i am pressing keys 1 and 2 simultaneously, and the third try triggers:
>>> print raw_input()
1212print raw_input()
121221
The text gets printed in colors, and is "invisible" to the actual input.
I find this very annoying, because it disturbs fast typing.
- Bitbucket: https://bitbucket.org/bobf/bpython/issue/141
- Originally Reported By:
- Originally Created At: 2010-08-29T10:08:01.173