[PR #301] [MERGED] fix textarea default bindings #435

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

📋 Pull Request Information

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

Base: mainHead: fix-textarea-default-bindings


📝 Commits (3)

  • b87318d extend mock keys
  • 22836e8 otherModifiersMode for mock keys
  • 93481e4 remove ctrl+z default bindings

📊 Changes

5 files changed (+620 additions, -14 deletions)

View changed files

📝 packages/core/src/renderables/Textarea.ts (+0 -2)
📝 packages/core/src/renderables/__tests__/Textarea.undo-redo.test.ts (+11 -10)
📝 packages/core/src/testing/mock-keys.test.ts (+516 -0)
📝 packages/core/src/testing/mock-keys.ts (+88 -1)
📝 packages/core/src/testing/test-renderer.ts (+5 -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/301 **Author:** [@kommander](https://github.com/kommander) **Created:** 11/11/2025 **Status:** ✅ Merged **Merged:** 11/11/2025 **Merged by:** [@kommander](https://github.com/kommander) **Base:** `main` ← **Head:** `fix-textarea-default-bindings` --- ### 📝 Commits (3) - [`b87318d`](https://github.com/anomalyco/opentui/commit/b87318d1fdca732350fd3829e052aaec61739d77) extend mock keys - [`22836e8`](https://github.com/anomalyco/opentui/commit/22836e81ab38137b6090acc65b01a6dd6d60e42f) otherModifiersMode for mock keys - [`93481e4`](https://github.com/anomalyco/opentui/commit/93481e4c77fe55b8a29c6301f4584e36b5e2f39b) remove ctrl+z default bindings ### 📊 Changes **5 files changed** (+620 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `packages/core/src/renderables/Textarea.ts` (+0 -2) 📝 `packages/core/src/renderables/__tests__/Textarea.undo-redo.test.ts` (+11 -10) 📝 `packages/core/src/testing/mock-keys.test.ts` (+516 -0) 📝 `packages/core/src/testing/mock-keys.ts` (+88 -1) 📝 `packages/core/src/testing/test-renderer.ts` (+5 -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:29 +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#435
No description provided.