← All releases
Attyx v0.2.47
Attyx v0.2.47
Tab Bar Overhaul
The tab bar now scrolls horizontally when you have more tabs than fit on screen. Overflow indicators (< / >) appear at the edges so you always know there are more tabs in either direction, and the active tab stays visible automatically.
There’s also a new tab picker overlay — a quick-switch panel you can pull up to jump between tabs by name instead of clicking through them one by one. Handy once you’re past five or six tabs.
The status bar layout was also reworked so that right-side widgets (clock, branch, etc.) no longer crowd out the tab bar when space gets tight.
Bug Fixes
- Freezes during rapid output — running something noisy like a test suite or
yescould freeze the terminal or mangle output. Socket buffers are now larger, pane output is rate-limited per poll cycle, and throttled frames trigger a full redraw so nothing gets lost. - TUI apps garbled after switching sessions — apps like vim or htop could show stale or corrupted content after switching between daemon sessions. The resize signaling sequence is now properly coordinated so TUI apps get a clean repaint.