You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Description
With version 4.4.1 on Windows, after importing progressbar: pressing any arrow key yield odd symbols on the console:
Code
Versions
import sys; print(sys.version): 3.10.9import progressbar; print(progressbar.__version__): 4.4.1