mirror of
https://github.com/verigak/progress.git
synced 2025-12-08 19:33:24 +00:00
Do not use ANSI to clear line
This commit is contained in:
@@ -33,7 +33,7 @@ for bar_cls in (IncrementalBar, PixelBar, ShadyBar):
|
||||
sleep()
|
||||
|
||||
for spin in (Spinner, PieSpinner, MoonSpinner, LineSpinner, PixelSpinner):
|
||||
for i in spin(spin.__name__ + ' %(index) 3d ').iter(range(100)):
|
||||
for i in spin(spin.__name__ + ' %(index)d ').iter(range(100)):
|
||||
sleep()
|
||||
|
||||
for singleton in (Counter, Countdown, Stack, Pie):
|
||||
|
||||
Reference in New Issue
Block a user