[PR #291] [MERGED] handle shift+backspace in textarea for kitty keyboard #426

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

📋 Pull Request Information

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

Base: mainHead: shift+backspace


📝 Commits (3)

📊 Changes

5 files changed (+757 additions, -29 deletions)

View changed files

📝 packages/core/src/renderables/Textarea.test.ts (+339 -0)
📝 packages/core/src/renderables/Textarea.ts (+2 -0)
📝 packages/core/src/testing/mock-keys.test.ts (+275 -0)
📝 packages/core/src/testing/mock-keys.ts (+139 -28)
📝 packages/core/src/testing/test-renderer.ts (+2 -1)

📄 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/291 **Author:** [@kommander](https://github.com/kommander) **Created:** 11/10/2025 **Status:** ✅ Merged **Merged:** 11/10/2025 **Merged by:** [@kommander](https://github.com/kommander) **Base:** `main` ← **Head:** `shift+backspace` --- ### 📝 Commits (3) - [`2d332ee`](https://github.com/anomalyco/opentui/commit/2d332eeed7d241124866e48f83105a55363bbb57) stash - [`5dbe43b`](https://github.com/anomalyco/opentui/commit/5dbe43bedb5d9913f61f133cc7dcdb2d4d5f8c98) mock kitty keyboard as well - [`e5c048e`](https://github.com/anomalyco/opentui/commit/e5c048e489fb30cc407bbe169f4c6ec6ff7ca960) refactor ### 📊 Changes **5 files changed** (+757 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `packages/core/src/renderables/Textarea.test.ts` (+339 -0) 📝 `packages/core/src/renderables/Textarea.ts` (+2 -0) 📝 `packages/core/src/testing/mock-keys.test.ts` (+275 -0) 📝 `packages/core/src/testing/mock-keys.ts` (+139 -28) 📝 `packages/core/src/testing/test-renderer.ts` (+2 -1) </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:28 +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#426
No description provided.