Skip to content

Conversation

@mstfash
Copy link
Collaborator

@mstfash mstfash commented Jan 22, 2026

No description provided.

- Enable mouse capture by default on all terminals
- Add MouseDragStart, MouseDrag, MouseDragEnd events for selection tracking
- Create text_selection module for selection state, text extraction, and highlighting
- Create toast notification system for copy feedback
- Exclude Unicode box-drawing characters from selection (preserve ASCII |, -, + for markdown tables)
- Extend selection when scrolling during active drag
- Show 'Copied!' toast in top-right corner on successful copy
- Trim leading/trailing whitespace from copied lines (removes border prefixes like '┃ ')
- Add click-to-position cursor in input area
- Add drag-to-select text in input area with highlighting
- Copy selection to clipboard on mouse release
- Fix textarea wrapping to account for prefix width
- Add reusable WidgetSelection module for generic selection logic
- Update toast notification style (black bg, cyan border, centered text)
… text or revert to a message, and add a MouseMove event.
…efine mouse interaction row calculations for selection and hover highlighting.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants