From 231ac720d2750fb8b7b47fccbe60596c2f95f5ec 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 9b896ada143cd..d1309bdec732d 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