TUI: add mouse event support: clicking and wheel scrolling - #106
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Enable mouse click to select items and toggle expansion, and scroll wheel to navigate. Mouse events are ignored during input modes. Includes DB-backed client support via parse_command_string. Closes #103 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Refactor Notes — Mouse Support (#103)What I'd do differently next time
|
Summary
click <n>,scrollup,scrolldownviaparse_command_stringTerm.create ~mouse:truemade explicit; footer help text updatedCloses #103
Test plan
dune buildpassesdune runtest— no regressions from this changeset -g mouse on🤖 Generated with Claude Code