Jarock 0.0.128-beta
Pre-release
Pre-release
·
16 commits
to main
since this release
Changes in this release
- 1d059a3 v0.0.128-beta: fix TUI menu action dispatch
Changelog
[0.0.128-beta]
- Fixed TUI menu activation in standalone Windows builds:
Enteris now handled by the focused OpenTUISelectthrough itsonKeyDownpath, including Windows backends that report the key asenter,returnorlinefeed. - Fixed mouse activation by binding every TUI selection screen to a direct action callback. A left-click now selects the visible row, accounts for the current scroll offset and executes the associated action instead of only highlighting it.
- Removed the unreliable global
renderer.keyInputfallback that could bypass OpenTUI's focused-control dispatch and leave menu actions unexecuted. Added regression assertions for the direct keyboard and mouse activation paths.