From 5ed4600350cc6593eee5c0adc7d17617e0eb43cc Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Tue, 14 Apr 2026 20:41:28 +0200 Subject: [PATCH] fix(tui): resolve rebase typo closes #2979 --- packages/tui/src/keys.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/tui/src/keys.ts b/packages/tui/src/keys.ts index 6a6e8983..896e5d88 100644 --- a/packages/tui/src/keys.ts +++ b/packages/tui/src/keys.ts @@ -1139,7 +1139,6 @@ export function matchesKey(data: string, keyId: KeyId): boolean { // modifyOtherKeys sequences from tmux can still be recognized. if (data === `\x1b${rawCtrl}`) return true; } - } if (modifier === MODIFIERS.alt && !_kittyProtocolActive && (isLetter || isDigit)) { // Legacy: alt+letter/digit is ESC followed by the key