mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #298] [MERGED] enable modifyOtherKeys by default #1212
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#1212
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/298
Author: @kommander
Created: 11/11/2025
Status: ✅ Merged
Merged: 11/11/2025
Merged by: @kommander
Base:
main← Head:modify-other-keys📝 Commits (7)
c723792prependa85f9d8stash02bfad7parse xtversioned6815cupgrade bun-ffi-structsa587ab2unpack capabilities struct4ce100aactivate modifyOtherKeys by default if not kitty keyboard66406b5handle as modifyOtherKeys📊 Changes
13 files changed (+395 additions, -65 deletions)
View changed files
📝
bun.lock(+16 -6)📝
packages/core/dev/keypress-debug-renderer.ts(+12 -2)📝
packages/core/package.json(+1 -1)📝
packages/core/src/lib/parse.keypress.test.ts(+19 -18)📝
packages/core/src/lib/parse.keypress.ts(+11 -11)📝
packages/core/src/renderer.ts(+13 -2)📝
packages/core/src/zig-structs.ts(+24 -1)📝
packages/core/src/zig.ts(+32 -22)📝
packages/core/src/zig/ansi.zig(+4 -0)📝
packages/core/src/zig/lib.zig(+45 -2)📝
packages/core/src/zig/terminal.zig(+109 -0)📝
packages/core/src/zig/test.zig(+2 -0)➕
packages/core/src/zig/tests/terminal_test.zig(+107 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.