Skip to content

Commit

Permalink
Clear the bottom line before exiting
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm committed Mar 15, 2021
1 parent a72db29 commit c92502f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions standard_renderer.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ func (r *standardRenderer) start() {
// stop permanently halts the renderer.
func (r *standardRenderer) stop() {
r.flush()
clearLine(r.out)
r.done <- struct{}{}
}

Expand Down

0 comments on commit c92502f

Please sign in to comment.