fix(cli): handle OSC52 clipboard passthrough properly under gnu screen#26492
fix(cli): handle OSC52 clipboard passthrough properly under gnu screen#26492valdemardi wants to merge 2 commits intoanomalyco:devfrom
Conversation
|
Hey! Your PR title Please update it to start with one of:
Where See CONTRIBUTING.md for details. |
|
The following comment was made by an LLM, it may be inaccurate: Based on my search, I found one potentially related PR: Related PR:
This PR addresses OSC52 clipboard functionality and involves writing to The search did not reveal any other open duplicate PRs addressing the same GNU screen OSC52 passthrough issue. |
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
Confirmed to work under both screen and tmux with this change.
Issue for this PR
Closes #26491
Type of change
What does this PR do?
Please provide a description of the issue, the changes you made to fix it, and why they work. It is expected that you understand why your changes work and if you do not understand why at least say as much so a maintainer knows how much to value the PR.
How did you verify your code works?
Tested the copy functionality under gnu screen and tmux with short and long text passages.
Checklist