Add FIXME comment.

This commit is contained in:
Markus Reiter 2024-09-04 22:40:21 +02:00
parent 9fd4c97fac
commit 231ac720d2
No known key found for this signature in database
GPG Key ID: 245293B51702655B

View File

@ -282,6 +282,7 @@ module Homebrew
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