diff --git a/bacon.go b/bacon.go index 46dc041..f24228c 100644 --- a/bacon.go +++ b/bacon.go @@ -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)