Skip to content

version 4.4: interactive shell: arrow keys yield weird symbols #293

Closed
@eachimei

Description

@eachimei

Description

With version 4.4.1 on Windows, after importing progressbar: pressing any arrow key yield odd symbols on the console:

Code

>>> import progressbar
>>> ^[[A^[[C^[[D^[[C^[[D^[[C^[[D^[[B^[[D^[[C^[[A^[[C^[[B^[[D   # <-- this is what happens when pressing different arrow keys on the keyboard

Versions

  • Python version: import sys; print(sys.version): 3.10.9
  • Python distribution/environment: CPython
  • Operating System: Windows 10
  • Package version: import progressbar; print(progressbar.__version__) : 4.4.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions