[PR #797] fix(core): treat raw \b as Ctrl+Backspace in Windows Terminal #1567

Open
opened 2026-03-14 09:43:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opentui/pull/797
Author: @simonklee
Created: 3/9/2026
Status: 🔄 Open

Base: mainHead: fix/windows-terminal-ctrl-backspace


📝 Commits (1)

  • e64b3aa fix(core): treat raw \b as Ctrl+Backspace in Windows Terminal

📊 Changes

4 files changed (+152 additions, -4 deletions)

View changed files

📝 packages/core/src/lib/KeyHandler.test.ts (+26 -3)
📝 packages/core/src/lib/KeyHandler.ts (+31 -0)
📝 packages/core/src/renderer.ts (+12 -1)
📝 packages/core/src/tests/renderer.input.test.ts (+83 -0)

📄 Description

Supersede #555


🔄 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/797 **Author:** [@simonklee](https://github.com/simonklee) **Created:** 3/9/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `fix/windows-terminal-ctrl-backspace` --- ### 📝 Commits (1) - [`e64b3aa`](https://github.com/anomalyco/opentui/commit/e64b3aa5f1a0cdfb9ab25cd5956ada11ae62df4d) fix(core): treat raw \b as Ctrl+Backspace in Windows Terminal ### 📊 Changes **4 files changed** (+152 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `packages/core/src/lib/KeyHandler.test.ts` (+26 -3) 📝 `packages/core/src/lib/KeyHandler.ts` (+31 -0) 📝 `packages/core/src/renderer.ts` (+12 -1) 📝 `packages/core/src/tests/renderer.input.test.ts` (+83 -0) </details> ### 📄 Description Supersede #555 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#1567
No description provided.