feat: name and test the osc 52 copy path - #68
Merged
Merged
Conversation
The clipboard delivery already emitted OSC 52 and no native clipboard write, so on Herdr 0.9.0 a copy already reaches the terminal the person is viewing from rather than the server the app runs on. Give the sequence its own function, say why in one place, and pin the bytes: plain text, empty, multi-byte UTF-8, and an oversized payload that is emitted whole instead of truncated. Also pin that headless runs never emit, so --print, --export and --snapshot cannot start writing escape sequences into their output. refs #40
This was referenced Sep 9, 2026
Merged
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.
The TUI's clipboard delivery already wrote OSC 52 and nothing else, which is what lets a copy reach a remote client's clipboard through Herdr 0.9.0. This extracts the sequence builder, documents why the path exists, and pins it with tests: exact bytes for ASCII, empty and multi-byte text, oversized text emitted whole, and a structural test that headless modes (--print, --export, --snapshot) never emit. README gains one sentence. No behavior change.
refs plannotator/herdr-annotate#40