mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #426] [MERGED] Fix wrong Kitty keyboard protocol flags #527
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#527
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/anomalyco/opentui/pull/426
Author: @devxoul
Created: 12/19/2025
Status: ✅ Merged
Merged: 12/22/2025
Merged by: @kommander
Base:
main← Head:fix-kitty-flags📝 Commits (6)
ead23d6Fix wrong Kitty keyboard protocol flags51e6fd7Merge branch 'main' into fix-kitty-flags8bafe0ecover649022adisambiguate + alternate as default8a47659more options100c530option type📊 Changes
3 files changed (+237 additions, -34 deletions)
View changed files
📝
packages/core/src/renderer.ts(+49 -10)📝
packages/core/src/tests/renderer.kitty-flags.test.ts(+178 -16)📝
packages/core/src/zig/terminal.zig(+10 -8)📄 Description
The Kitty flag values were incorrectly entered in #398
Document: https://sw.kovidgoyal.net/kitty/keyboard-protocol/#id5
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.