fix(progress): eliminate duplicate TTY frame per asset #119

Merged
altair823 merged 1 commits from fix/progress-duplicate-tty-frame into main 2026-05-07 13:17:36 +00:00

1 Commits

Author SHA1 Message Date
th-kim0823
5be90cffec fix(progress): eliminate duplicate TTY frame per asset
set_position() and set_message() each call update_and_draw()
independently, producing two scrollback lines per file in TTY mode.
Suppress the draw target before the two updates, restore to stderr,
then call tick() to emit exactly one frame.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-07 22:15:01 +09:00