Przeglądaj źródła

Merge pull request #10169 from laurazard/fix-terminal-height

Adjust terminal height calc
Laura Brehm 2 lat temu
rodzic
commit
db267d86c1
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