mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #290] [MERGED] mode 2026 + better capability detection #425
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#425
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/290
Author: @kommander
Created: 11/10/2025
Status: ✅ Merged
Merged: 11/10/2025
Merged by: @kommander
Base:
main← Head:mode-2026-caps📝 Commits (10+)
f423e05stash2bc568bfilter terminal response sequences in key parsera6a323ckeyhandler as manual pipeeee83cestdin buffer manual process2f502b7get rid of deprecated key event757d23eextract and cover capas detection341841cstashb81906cremove capa hanling after timeoutba1f195proper kitty graphics detectionb33dbb4enable mode 2026📊 Changes
19 files changed (+1360 additions, -314 deletions)
View changed files
📝
packages/core/dev/keypress-debug-renderer.ts(+6 -1)📝
packages/core/src/examples/ascii-font-selection-demo.ts(+2 -2)📝
packages/core/src/examples/text-node-demo.ts(+2 -2)📝
packages/core/src/examples/text-selection-demo.ts(+2 -2)📝
packages/core/src/examples/text-wrap.ts(+2 -2)📝
packages/core/src/lib/KeyHandler.test.ts(+102 -138)📝
packages/core/src/lib/KeyHandler.ts(+12 -28)📝
packages/core/src/lib/parse.keypress-kitty.test.ts(+187 -0)📝
packages/core/src/lib/parse.keypress.test.ts(+147 -0)📝
packages/core/src/lib/parse.keypress.ts(+40 -0)📝
packages/core/src/lib/stdin-buffer.test.ts(+229 -76)📝
packages/core/src/lib/stdin-buffer.ts(+52 -15)➕
packages/core/src/lib/terminal-capability-detection.test.ts(+134 -0)➕
packages/core/src/lib/terminal-capability-detection.ts(+79 -0)📝
packages/core/src/renderer.ts(+64 -35)📝
packages/core/src/tests/renderer.input.test.ts(+269 -0)📝
packages/core/src/zig/ansi.zig(+1 -1)📝
packages/core/src/zig/renderer.zig(+3 -0)📝
packages/core/src/zig/terminal.zig(+27 -12)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.