Skip to content

fast simultaneous keypresses cause garbage in userinput mode #141

Open
@ikanobori

Description

@ikanobori

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.


Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions