[PR #426] [MERGED] Fix wrong Kitty keyboard protocol flags #1311

Closed
opened 2026-03-14 09:29:50 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: fix-kitty-flags


📝 Commits (6)

📊 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

Screenshot 2025-12-19 at 7 04 21 PM

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opentui/pull/426 **Author:** [@devxoul](https://github.com/devxoul) **Created:** 12/19/2025 **Status:** ✅ Merged **Merged:** 12/22/2025 **Merged by:** [@kommander](https://github.com/kommander) **Base:** `main` ← **Head:** `fix-kitty-flags` --- ### 📝 Commits (6) - [`ead23d6`](https://github.com/anomalyco/opentui/commit/ead23d643b11c10a971bbef170b343f6989b23ba) Fix wrong Kitty keyboard protocol flags - [`51e6fd7`](https://github.com/anomalyco/opentui/commit/51e6fd7efe12024d06d10132e2606932ffee519d) Merge branch 'main' into fix-kitty-flags - [`8bafe0e`](https://github.com/anomalyco/opentui/commit/8bafe0e87c7d68f15d541c9f48328696dc346e54) cover - [`649022a`](https://github.com/anomalyco/opentui/commit/649022a103b0f6069b9fc9ed6b5a9e7c8b31c4ae) disambiguate + alternate as default - [`8a47659`](https://github.com/anomalyco/opentui/commit/8a47659a9ac2b089c865758f5e31e35b25b11798) more options - [`100c530`](https://github.com/anomalyco/opentui/commit/100c5309d856eacdbc648d4c71ef2efe3e12dbdc) option type ### 📊 Changes **3 files changed** (+237 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description The Kitty flag values were incorrectly entered in #398 Document: https://sw.kovidgoyal.net/kitty/keyboard-protocol/#id5 <img width="421" height="237" alt="Screenshot 2025-12-19 at 7 04 21 PM" src="https://github.com/user-attachments/assets/bc042367-4cf3-4a28-a6d5-d1c15e7ee1d8" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 09:29:50 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/opentui#1311
No description provided.