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

Fix RenderBlank when throttled #126

Closed NathanBaulch closed 2 years ago

NathanBaulch commented 2 years ago

Fix for #81. Clear lastShown when using OptionSetRenderBlankState(true) or calling RenderBlank to force a render. Describe function still honors throttling if enabled.

schollz commented 2 years ago

Thanks, appreciate the fix!