Skip to content

fix(cli): handle OSC52 clipboard passthrough properly under gnu screen#26492

Open
valdemardi wants to merge 2 commits intoanomalyco:devfrom
valdemardi:dev
Open

fix(cli): handle OSC52 clipboard passthrough properly under gnu screen#26492
valdemardi wants to merge 2 commits intoanomalyco:devfrom
valdemardi:dev

Conversation

@valdemardi
Copy link
Copy Markdown

@valdemardi valdemardi commented May 9, 2026

Issue for this PR

Closes #26491

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

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

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@github-actions github-actions Bot added the needs:compliance This means the issue will auto-close after 2 hours. label May 9, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 9, 2026

Hey! Your PR title Handle OSC52 clipboard passthrough properly in GNU screen doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 9, 2026

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 /dev/tty, which is closely related to the clipboard passthrough handling in the current PR #26492. It appears to be addressing a similar clipboard/OSC52 issue, though the specific context may differ.

The search did not reveal any other open duplicate PRs addressing the same GNU screen OSC52 passthrough issue.

@github-actions github-actions Bot removed the needs:compliance This means the issue will auto-close after 2 hours. label May 9, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 9, 2026

Thanks for updating your PR! It now meets our contributing guidelines. 👍

@valdemardi valdemardi changed the title Handle OSC52 clipboard passthrough properly in GNU screen fix(cli): handle OSC52 clipboard passthrough properly under gnu screen May 9, 2026
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.

Copying in the CLI app broken under GNU screen

1 participant