diff options
author | Christian Duerr <contact@christianduerr.com> | 2019-11-30 16:36:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-30 16:36:37 +0100 |
commit | 400d24f02320d648f8b9c51a385c84e05d77b134 (patch) | |
tree | 1ea0dc0e0979445418ca35152e79dca223e7a89d /CHANGELOG.md | |
parent | 5f98de46921a878bc13397859eadd7ed4f7c2b44 (diff) | |
download | alacritty-400d24f02320d648f8b9c51a385c84e05d77b134.tar.gz alacritty-400d24f02320d648f8b9c51a385c84e05d77b134.zip |
Fix direct escape input on Windows using alt
Fixes #1939.
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 d1249ac1..8de2c151 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - URLs not truncated with non-matching single quote - Absolute file URLs (`file:///home`) not recognized because of leading `/` - Clipboard escape `OSC 52` not working with empty clipboard parameter +- Direct escape input on Windows using alt ## 0.4.0-dev |