Tamir Duberstein
6525b95dae
Refresh animated terminal titles without redrawing the TUI ( #40618 )
...
## Why
Terminal title animations only need to update the title, but each animation tick
previously requested a full TUI frame.
## What changed
- Track the next terminal title refresh deadline on `ChatWidget`.
- Have the foreground event loop refresh the title when that deadline expires.
- Clear the deadline when title animations are disabled or the configured title is
empty.
## Testing
- Verify spinner and action-required animations set the expected refresh deadlines.
- Verify refreshing an animated title does not enqueue a TUI draw request.
GitOrigin-RevId: 269347cd48de4ad9ba9a0aef9ed105c25d1a7dae
2026-08-25 14:24:18 +00:00
..
2026-08-24 22:40:35 +00:00
2026-08-25 10:17:03 +00:00
2026-08-25 14:04:32 +00:00
2026-08-18 23:05:52 +00:00
2026-08-25 14:04:32 +00:00
2026-08-25 03:08:33 +00:00
2026-08-24 21:39:48 +00:00
2026-08-20 08:10:08 +00:00
2026-08-25 07:37:42 +00:00
2026-08-24 21:39:48 +00:00
2026-08-20 19:28:32 +00:00
2026-08-14 05:03:39 +00:00
2026-08-17 22:37:14 +00:00
2026-08-25 05:35:25 +00:00
2026-08-18 23:47:00 +00:00
2026-08-13 19:35:22 +00:00
2026-08-21 14:14:00 +00:00
2026-08-15 21:26:28 +00:00
2026-08-14 22:40:19 +00:00
2026-08-21 16:50:34 +00:00
2026-08-21 06:41:28 +00:00
2026-08-18 23:47:00 +00:00
2026-08-13 23:13:37 +00:00
2026-08-25 05:16:45 +00:00
2026-08-25 02:34:04 +00:00
2026-08-23 18:53:15 +00:00
2026-08-25 14:04:32 +00:00
2026-08-22 00:42:19 +00:00
2026-08-24 21:39:48 +00:00
2026-08-25 14:04:32 +00:00
2026-08-24 18:09:47 +00:00
2026-08-24 10:15:42 +00:00
2026-08-17 04:37:50 +00:00
2026-08-25 12:12:01 +00:00
2026-08-25 01:03:20 +00:00
2026-08-25 05:35:25 +00:00
2026-08-18 21:46:18 +00:00
2026-08-20 17:16:52 +00:00
2026-08-20 08:10:08 +00:00
2026-08-25 01:03:20 +00:00
2026-08-25 10:29:26 +00:00
2026-08-17 00:09:44 +00:00
2026-08-24 00:52:52 +00:00
2026-08-25 02:38:22 +00:00
2026-08-25 03:08:33 +00:00
2026-08-25 10:29:26 +00:00
2026-08-24 21:39:48 +00:00
2026-08-21 19:04:32 +00:00
2026-08-24 21:39:48 +00:00
2026-08-24 22:10:44 +00:00
2026-08-24 22:44:33 +00:00
2026-08-21 21:01:59 +00:00
2026-08-23 23:38:12 +00:00
2026-08-25 14:04:32 +00:00
2026-08-15 01:34:33 +00:00
2026-08-21 16:45:05 +00:00
2026-08-24 06:43:07 +00:00
2026-08-25 01:03:20 +00:00
2026-08-24 17:07:21 +00:00
2026-08-25 05:16:45 +00:00
2026-08-20 17:39:06 +00:00
2026-08-20 06:10:03 +00:00
2026-08-25 01:10:10 +00:00
2026-08-20 18:29:35 +00:00
2026-08-25 01:03:20 +00:00
2026-08-24 11:02:14 +00:00
2026-08-25 14:24:18 +00:00
2026-08-24 19:25:32 +00:00
2026-08-20 14:55:08 +00:00
2026-08-25 05:16:45 +00:00
2026-08-15 14:31:04 +00:00
2026-08-25 07:37:42 +00:00
2026-08-24 22:40:35 +00:00
2026-08-18 22:00:25 +00:00