Closed
Description
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
Labels
No labels