[PR #250] [MERGED] handle partial escape sequences #398

Closed
opened 2026-03-02 23:46:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opentui/pull/250
Author: @kommander
Created: 11/1/2025
Status: Merged
Merged: 11/1/2025
Merged by: @kommander

Base: mainHead: partial-escape-sequences


📝 Commits (5)

📊 Changes

7 files changed (+1288 additions, -38 deletions)

View changed files

📝 packages/core/src/lib/KeyHandler.test.ts (+3 -2)
📝 packages/core/src/lib/KeyHandler.ts (+43 -36)
📝 packages/core/src/lib/index.ts (+1 -0)
packages/core/src/lib/stdin-buffer.test.ts (+330 -0)
packages/core/src/lib/stdin-buffer.ts (+287 -0)
📝 packages/core/src/renderables/Textarea.test.ts (+622 -0)
📝 packages/core/src/tests/renderer.input.test.ts (+2 -0)

📄 Description

No description provided


🔄 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/250 **Author:** [@kommander](https://github.com/kommander) **Created:** 11/1/2025 **Status:** ✅ Merged **Merged:** 11/1/2025 **Merged by:** [@kommander](https://github.com/kommander) **Base:** `main` ← **Head:** `partial-escape-sequences` --- ### 📝 Commits (5) - [`2478786`](https://github.com/anomalyco/opentui/commit/247878626f798f106f742bcd6179fd9048246326) stash - [`ae93c53`](https://github.com/anomalyco/opentui/commit/ae93c53e360b3aa8bcc696e37fd2513069bdf278) stash timeouts - [`c6beb68`](https://github.com/anomalyco/opentui/commit/c6beb680cc190f30ebbbaaf606923ba0161d750a) broader support - [`65b8f52`](https://github.com/anomalyco/opentui/commit/65b8f521999a0e5aad1fb0cab0646035b83b8bbe) stash - [`86656da`](https://github.com/anomalyco/opentui/commit/86656da2add1f63af3bb81d81f4ab8f05a4aab8c) rework stdin buffer ### 📊 Changes **7 files changed** (+1288 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `packages/core/src/lib/KeyHandler.test.ts` (+3 -2) 📝 `packages/core/src/lib/KeyHandler.ts` (+43 -36) 📝 `packages/core/src/lib/index.ts` (+1 -0) ➕ `packages/core/src/lib/stdin-buffer.test.ts` (+330 -0) ➕ `packages/core/src/lib/stdin-buffer.ts` (+287 -0) 📝 `packages/core/src/renderables/Textarea.test.ts` (+622 -0) 📝 `packages/core/src/tests/renderer.input.test.ts` (+2 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:46:19 +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#398
No description provided.