feat/stdout #3

Merged
genewildish merged 5 commits from feat/stdout into main 2026-03-15 00:05:29 +00:00
Showing only changes of commit 20ebe96ea6 - Show all commits

View File

@@ -770,7 +770,7 @@ def stream(items):
for r in range(sh):
cy = cam + r
top_f = min(1.0, r / top_zone)
bot_f = 1.0 if FIREHOSE else min(1.0, (sh - 1 - r) / bot_zone)
bot_f = min(1.0, (sh - 1 - r) / bot_zone)
row_fade = min(top_f, bot_f)
drawn = False
for content, hc, by, midx in active: