Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

termio: prevent responses to non-query OSC 21 sequences #5770

Merged
merged 1 commit into from
Feb 15, 2025
Merged

Conversation

rockorager
Copy link
Collaborator

The Ghostty implementation of OSC 21 (Kitty color protocol) currently
responds to all OSC 21 sequences. It should not respond to a set, nor
a reset command. Fix the implementation so that we only respond if a
query was received.

The Ghostty implementation of OSC 21 (Kitty color protocol) currently
responds to *all* OSC 21 sequences. It should not respond to a set, nor
a reset command. Fix the implementation so that we only respond if a
query was received.
@rockorager rockorager merged commit 29f25ae into main Feb 15, 2025
59 of 60 checks passed
@rockorager rockorager deleted the osc-21-fix branch February 15, 2025 04:50
@github-actions github-actions bot added this to the 1.2.0 milestone Feb 15, 2025
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.

4 participants