mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #648] [MERGED] Fix double escape #1463
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#1463
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/648
Author: @simonklee
Created: 2/8/2026
Status: ✅ Merged
Merged: 2/8/2026
Merged by: @kommander
Base:
main← Head:fix-double-escape📝 Commits (2)
a2ae92ctest(stdin-buffer): add tests for double-escape sequence handlingeb1fc02fix(stdin-buffer): handle double-escape sequences in input parsing📊 Changes
2 files changed (+72 additions, -0 deletions)
View changed files
📝
packages/core/src/lib/stdin-buffer.test.ts(+49 -0)📝
packages/core/src/lib/stdin-buffer.ts(+23 -0)📄 Description
Recognize ESC ESC prefix sequences (e.g. Option+Arrow keys in iTerm2) by
recursively checking completeness after stripping the leading ESC. When
buffering incomplete input, emit a bare ESC ESC as its own sequence unless
followed by a valid nested escape introducer like
[,O, etc.Fix #644
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.