schollz / progressbar

A really basic thread-safe progress bar for Golang applications
https://pkg.go.dev/github.com/schollz/progressbar/v3?tab=doc
MIT License
4.08k stars 220 forks source link

bug when printing lines duplicating progress bar #186

Closed L4ZARIN3 closed 4 months ago

L4ZARIN3 commented 4 months ago

How can I always leave the progress bar in the footer after line prints? I didn't find anything in the examples about this image

schollz commented 4 months ago

duplicate of https://github.com/schollz/progressbar/issues/185