diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-12-30 19:29:21 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-30 19:29:21 +0400 |
commit | 107c8720c3439703cfb8058e7581396af17a8529 (patch) | |
tree | 8544d49a7691c93ebe1c0a1f0662e43cf75c85c5 /CHANGELOG.md | |
parent | b067fcca337377a751880744b71a6576501dcdd1 (diff) | |
download | alacritty-107c8720c3439703cfb8058e7581396af17a8529.tar.gz alacritty-107c8720c3439703cfb8058e7581396af17a8529.zip |
Don't substitute `\n` in char bindings
This broke unintentionally due to routing paste-like input
via paste function.
Fixes #7476.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 34e764b9..9b3e840b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - `alacritty migrate` failing with nonexistent imports - `Alt` bindings requiring composed key rather than pre-composed one on macOS - `Alt + Control` bindings not working on Windows +- `chars = "\u000A"` action in bindings inserting `\n` ## 0.13.0 |