From 8f66938c807835520726eb799764449a12839be5 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Tue, 14 Apr 2026 21:00:12 +0200 Subject: [PATCH] docs(tui): add changelog entry for PR 2989 --- packages/tui/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/tui/CHANGELOG.md b/packages/tui/CHANGELOG.md index 2c329a68..3ea968d9 100644 --- a/packages/tui/CHANGELOG.md +++ b/packages/tui/CHANGELOG.md @@ -2,9 +2,9 @@ ## [Unreleased] -### Added +### Fixed -- Added Kitty keyboard protocol support for `super`-modified keybindings such as `super+k`, `super+enter`, and `ctrl+super+k`, including typed `Key.super(...)` helpers ([#3111](https://github.com/badlogic/pi-mono/pull/3111) by [@sudosubin](https://github.com/sudosubin)) +- Fixed Ctrl+Alt letter key matching in tmux by falling through from legacy ESC-prefixed handling to CSI-u and xterm `modifyOtherKeys` parsing when the legacy form does not match ([#2989](https://github.com/badlogic/pi-mono/pull/2989) by [@kaofelix](https://github.com/kaofelix)) ## [0.67.1] - 2026-04-13