aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2024-01-24 18:06:41 +0400
committerKirill Chibisov <contact@kchibisov.com>2024-01-27 15:54:19 +0400
commit4eec59728a754ce3ed71edb5147fadf6433a1bc5 (patch)
tree34ed044457ac06698d0292003f25cce63dfc6eb6 /CHANGELOG.md
parentee4fcc8801dbfea5dae710bdbe3661cca1e26a0f (diff)
downloadalacritty-4eec59728a754ce3ed71edb5147fadf6433a1bc5.tar.gz
alacritty-4eec59728a754ce3ed71edb5147fadf6433a1bc5.zip
Don't report associated text only for C0/C1
This has a side effect that we'll have text reported for Alt+Shift+T and similar, but only C0/C1 should be excluded and Alt+Shift+T is emitting neither, thus regular `T` will be reported. Fixes #7657.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5a49ddd0..9b0a086d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- CLI env variables clearing configuration file variables
- Vi inline search/semantic selection expanding across newlines
+- C0 and C1 codes being emitted in associated text when using kitty keyboard
### Changed