Fix bild status line redraw erasing output

t-419·WorkTask·
·
·
Created3 months ago·Updated3 months ago·pipeline runs →

Description

Edit

Bild status line redraw erases too many lines on completion, sometimes deleting another build line or the shell prompt. Ensure completion redraw only clears the intended line(s) for each build and does not delete other output.

Timeline (6)

🔄[human]Open → InProgress3 months ago
💬[human]3 months ago

Adjusted line redraw to return cursor to bottom of the status area after each update and simplified cleanup newline, so status updates no longer leave the cursor mid-area or overwrite other lines.

💬[human]3 months ago

Adjusted line redraw to avoid double cursor restore; now moves down from the drawn line to bottom of reserved area to prevent clearing another status line.

🔄[human]InProgress → Done3 months ago