Przeglądaj źródła

Adjust terminal height calc

Signed-off-by: Laura Brehm <[email protected]>
Laura Brehm 2 lat temu
rodzic
commit
9daf41892f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      pkg/progress/tty.go

+ 1 - 1
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