feat(tui): mouse support — click, scroll, overlay dismiss #116
No reviewers
Labels
No labels
area:agents
area:ai
area:config
area:dashboard
area:design
area:design-review
area:devtools
area:entities
area:gallery
area:generate
area:image
area:infra
area:meta
area:model-browser
area:navigation
area:presets
area:security
area:sessions
area:settings
area:sharing
area:test
area:ux
area:webhook
area:workdir
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/loom!116
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "tui/mouse-support-112"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Event::Mousethrough the full dispatch chain (event stream → overlays → screens)hit_test(rect, column, row)for click target detectionmouse_enabledconfig guard —tui.toml[tui] mouse_enabled = falsedisables captureoverlay_rect()trait method for hit-testing overlay boundsCloses charles/loom#112
Test plan
cargo test -p loom-tui— all tests passcargo clippy -p loom-tui -- -D warnings— clean?), click outside to dismissmouse_enabled = falsein tui.toml, verify mouse has no effect🤖 Generated with Claude Code
e3acf9e445tof0fd06d622