Closed AshwinSankar17 closed 4 years ago
I have the same problem for the Bar. Also Spinner splits the several letters from message and repeats after the spinner. Scanning subfolders... -s...
That's 'clearln()' sent esc code to clear line. There is no way to disable that behaviour but the design provided a more generic way to bypass:
from progress.bar import Bar
bar = Bar(clearln=lambda: None)
bar.next()
Here Bar is sample for any other classes. The constructore is to demostrate how to set a dummy clearln function, other parameters are still acceptable.
This issue should be fixed with 12e46ed70209bdc3bb8ca1f0416039883b94e4e1
Am I doing something wrong here to get "?[K" added to the necessary string?
code :
Output: