From 255b99adf049730e686540c2dc6ebc6bdf09d1c5 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Wed, 4 Sep 2024 22:40:21 +0200 Subject: [PATCH] Add FIXME comment. --- Library/Homebrew/cmd/fetch.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/cmd/fetch.rb b/Library/Homebrew/cmd/fetch.rb index 9b896ada143cd8..d1309bdec732d8 100644 --- a/Library/Homebrew/cmd/fetch.rb +++ b/Library/Homebrew/cmd/fetch.rb @@ -282,6 +282,7 @@ def run previous_pending_line_count = 0 remaining_downloads.each do |downloadable, future| + # FIXME: Allow printing full terminal height. break if previous_pending_line_count >= [concurrency, (Tty.height - 1)].min $stdout.print Tty.clear_to_end