21 Feb 2026
patrickb Speaking of such, is it currently possible to retrieve and set the topmost visible item? 07:20
The updated thing doesn't happen via polling, is triggered by an external event. (A step completes or a breakpoint hits, ...) 07:24
So at least for my usecase, combining expanded / collapsed and pending/error would work out. 07:27
22 Feb 2026
Geth Terminal-Widgets/main: 7d9a0f9522 | (Geoffrey Broadwell)++ | docs/getting-started.md
Minor getting-started doc copy editing
05:02
4 Mar 2026
Terminal-Widgets: patrickbkr++ created pull request #39:
Don't die when clicking into empty space in the Tree Widget
07:57
Terminal-Widgets/main: f4f030b7cb | (Patrick Böker)++ | lib/Terminal/Widgets/Viewer/Tree.rakumod
Don't die when clicking into empty space in the Tree Widget
20:29
Terminal-Widgets/main: 1ec75d0577 | (Geoffrey Broadwell)++ (committed using GitHub Web editor) | lib/Terminal/Widgets/Viewer/Tree.rakumod
Merge pull request #39 from patrickbkr/tree-click-no-die

Don't die when clicking into empty space in the Tree Widget
8 Mar 2026
Terminal-Capabilities/main: 0393e87db4 | (Geoffrey Broadwell)++ | lib/Terminal/Capabilities/Autodetect.rakumod
Update Apple_Terminal autodetection for version 466
03:48
Terminal-Capabilities/main: 428f965323 | (Geoffrey Broadwell)++ | Changes
Update Changes for next release
Terminal-Capabilities/main: 1a064e316f | (Geoffrey Broadwell)++ | 2 files
0.0.16
japhb Rakudo installed on new work laptop --> Terminal::Capabilities::Autodetect gets an update. :-D 03:49
Geth Terminal-Tests/main: 13d5c68def | (Geoffrey Broadwell)++ | 2 files
Bump all dependencies to current versions
04:04
Terminal-Tests/main: 82ff7ea656 | (Geoffrey Broadwell)++ | Changes
Update Changes for new release
Terminal-Tests/main: 3e962dc206 | (Geoffrey Broadwell)++ | 2 files
0.0.14
patrickb \o/ 08:07
9 Mar 2026
librasteve amen 10:33
23 Mar 2026
Geth Terminal-Widgets/main: 4 commits pushed by (Geoffrey Broadwell)++ 00:57
japhb ^^ Very small release just so I can depend on those two changes from other distros 00:58
29 Mar 2026
Geth Terminal-Capabilities/main: 3248040540 | (Geoffrey Broadwell)++ | bin/terminal-autodetect
Add GHOSTTY_QUICK_TERMINAL to env vars for Ghostty 1.3.x
05:07
Terminal-Capabilities/main: 367e9e1d4e | (Geoffrey Broadwell)++ | 3 files
Add Summarize to README and t/00-use
Terminal-Capabilities/main: d7e63a5811 | (Geoffrey Broadwell)++ | 5 files
Add support for narrow-emoji-needs-space quirk
Terminal-Capabilities/main: b7dba42ea9 | (Geoffrey Broadwell)++ | Changes
Update Changes for new release
05:14
Terminal-Capabilities/main: fc81af6f4e | (Geoffrey Broadwell)++ | 2 files
0.0.18
Terminal-Tests/main: 4 commits pushed by (Geoffrey Broadwell)++ 05:21
16 Apr 2026
Terminal-Capabilities/main: 1f91785413 | (Geoffrey Broadwell)++ | lib/Terminal/Capabilities/Autodetect.rakumod
Update several 'As of version' comments
01:21
Terminal-Capabilities/main: ba62818731 | (Geoffrey Broadwell)++ | lib/Terminal/Capabilities/Autodetect.rakumod
Add narrow-emoji-needs-space for more terminals
Terminal-Capabilities/main: 5c4d0c4a70 | (Geoffrey Broadwell)++ | Changes
Update Changes for new release
Terminal-Capabilities/main: a21754e800 | (Geoffrey Broadwell)++ | 2 files
0.0.19
Terminal-Widgets/main: 4e2373d2b1 | (Geoffrey Broadwell)++ | META6.json
Bump T::C dependency
01:55
Terminal-Tests/main: 8924c85506 | (Geoffrey Broadwell)++ | META6.json
Bump T::C dependency for updated quirk detection
01:57
24 Apr 2026
¦ Terminal-Capabilities: japhb self-assigned Gracefully handle program version env var missing when detecting tmux github.com/japhb/Terminal-Capabilities/issues/1 21:33
25 Apr 2026
Terminal-Capabilities/main: 336da3f1c9 | (Geoffrey Broadwell)++ | 2 files
Prevent autodetection type mismatch crash
00:33
Terminal-Capabilities/main: 1db2069149 | (Geoffrey Broadwell)++ | 2 files
0.0.20
Terminal-Tests/main: f0c9129b0b | (Geoffrey Broadwell)++ | 2 files
Bump T::C dependency for autodetection crash fix
01:02
Terminal-Tests/main: e5a53b3fc7 | (Geoffrey Broadwell)++ | 2 files
0.0.17
1 May 2026
timo opinions on kitty keyboard input protocol? 14:51
sw.kovidgoyal.net/kitty/keyboard-protocol/
seems to be supported by a good wide selection of terminal emulators, though apparently not Konsole which is what I prefer to use
japhb I haven't implemented it yet (obviously), but I have been considering it, as Ghostty supports it. 19:36
It sounded like it's going to be a bit of a pain, but once it's done keyboard input gets WAY more detailed. 19:37
I need to figure out whether I can combine it into Terminal::LineEditor and Terminal::Widgets without breaking API compatibility. 19:38
As far as Terminal::Capabilities is concerned, I'll probably added it as a new support flag, perhaps with Kitty Image Protocol (and maybe Sixel) support as well. 19:39
It's probably about time that I implemented active terminal query autodetection, but that's enough of a bigger problem that I'm waffling on that. 19:41
timo i don't exactly have a use case that makes me ask, if that eases off the pressure a bit :) 22:52
2 May 2026
japhb Yeah, it does help to not have immediate pressure. Too much going on at $day-job to attack KKP in the short term, I think. 04:09