Commit 258addc7 authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

fix comment in `progress.go`

parent c06b9b73
......@@ -51,7 +51,7 @@ func (p *Progress) StopAndClear() bool {
stopped := p.Stop()
if stopped {
// clear the progress bar by:
// clear all progress lines
for i := 0; i < p.pos; i++ {
fmt.Fprint(p.w, "\033[A\033[2K\033[1G")
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment