diff --git a/pkg/progress/tty.go b/pkg/progress/tty.go index dc8ebf83fb6..b329d245546 100644 --- a/pkg/progress/tty.go +++ b/pkg/progress/tty.go @@ -158,7 +158,7 @@ func (w *ttyWriter) print() { } skipChildEvents := false - if len(w.eventIDs) > goterm.Height()-1 { + if len(w.eventIDs) > goterm.Height()-2 { skipChildEvents = true } numLines := 0