Skip to content

Commit

Permalink
Fix status repaint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
troykinsella committed Jun 5, 2017
1 parent ed5614c commit 0885cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bacon.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func (b *Bacon) printStatus(s *status, repaint bool) {
}

if !b.showOutput && repaint {
fmt.Print("\033[1A \033[1A")
fmt.Print("\033[1A \033[32D")
}

tpl.Execute(os.Stdout, vars)
Expand Down

0 comments on commit 0885cdb

Please sign in to comment.