feat(tui): enable native text selection via Termina 0.11.0#1359
Merged
Aaronontheweb merged 7 commits intoJun 9, 2026
Merged
Conversation
…etclaw-dev#1340) Bump Termina to 0.11.0 and configure all TUI surfaces with raw input, alternate-scroll, and Kitty keyboard disambiguation so users can select and copy text without holding Shift.
Termina 0.11.1 auto-detects whether the terminal honors DECCKM before routing CSI A/B as wheel events. Fixes arrow navigation in VHS tapes and other PTY wrappers that ignore DECCKM.
31a80e4 to
3f239ed
Compare
After Ctrl+Q tears down the TUI and restores the main screen buffer (CSI ?1049l), VHS's screen scraper needs a beat to pick up the restored content. Without this, Wait+Screen assertions match stale pre-TUI buffer text and subsequent echo output is invisible to VHS.
With raw input mode, single Ctrl+C no longer exits the TUI — it requires a double press (CtrlCHandlingMode.DoublePressWhenRawInput). Use Ctrl+Q which is the standard TUI quit shortcut.
Aaronontheweb
commented
Jun 9, 2026
Aaronontheweb
left a comment
Collaborator
Author
There was a problem hiding this comment.
Verified on both Windows and Linux that native select with the mouse works, so copying and pasting out of netclaw chat and all other UI elements should be straight forward now. Most of the hard work here was done as part of Termina 0.11.0's big epic: Aaronontheweb/termina#240
This was referenced Jun 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #1340
Test plan
dotnet buildclean with 0 warnings./scripts/smoke/run-smoke.sh light) —init-wizardtape has a pre-existing sync failure on dev (timeout on "Connect to a private skill server" step), unrelated to this changeset -g allow-passthrough onenables native selection in tmux sessions