Skip to content

Fix TTY timer rendering when duration length changes#13634

Open
MaybeSam05 wants to merge 1 commit intodocker:mainfrom
MaybeSam05:fix-tty-timer-padding
Open

Fix TTY timer rendering when duration length changes#13634
MaybeSam05 wants to merge 1 commit intodocker:mainfrom
MaybeSam05:fix-tty-timer-padding

Conversation

@MaybeSam05
Copy link

What I did

  • Fixed the TTY progress timer rendering so that when one task has a longer elapsed time (e.g. 10.6s) and others are shorter (e.g. 0.0s), the shorter timers correctly overwrite any previous content.
  • Normalized the timer column width by padding each timer string to the maximum visible timer length before rendering, preventing artifacts like 0.0ss from leftover characters.

Related issue
Fixes #13633

@MaybeSam05 MaybeSam05 requested a review from a team as a code owner March 12, 2026 19:57
@MaybeSam05 MaybeSam05 requested review from glours and ndeloof March 12, 2026 19:57
Signed-off-by: Samarth Verma <verma.samarth05@gmail.com>
@MaybeSam05 MaybeSam05 force-pushed the fix-tty-timer-padding branch from e1d83a0 to cecb55b Compare March 12, 2026 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] incorrect timming output pattern when seconds goes to 2 digits

1 participant