aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2024-12-20 03:51:36 +0300
committerGitHub <noreply@github.com>2024-12-20 00:51:36 +0000
commit8591a9421d0a100af16cd50b4610bc55506fb14f (patch)
tree8c034971ecb0174592b8dd2f47b23932906cc9ac /CHANGELOG.md
parent39daaffff9c694d3aa54d1a749cd2523341509d9 (diff)
downloadalacritty-8591a9421d0a100af16cd50b4610bc55506fb14f.tar.gz
alacritty-8591a9421d0a100af16cd50b4610bc55506fb14f.zip
Always explicitly emit `1` without modifiers in kitty encoding
While this doesn't change much with how parsers are implemented, it improves consistency with how key release is handled.
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 ed471ce7..86637383 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -48,6 +48,7 @@ Notable changes to the `alacritty_terminal` crate are documented in its
- Moved config option `shell` to `terminal.shell`
- `ctrl+shift+u` binding to open links to `ctrl+shift+o` to avoid collisions with IMEs
- Use `Beam` cursor for single char cursor inside the IME preview
+- Always emit `1` for the first parameter when having modifiers in kitty keyboard protocol
### Fixed