diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-09-25 00:21:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-25 00:21:21 +0000 |
commit | 085cc35b14e7c835e1a9add408b45da583959a6c (patch) | |
tree | 1e6fd88456c55585ed24cb453549cce4e1c7ef92 /CHANGELOG.md | |
parent | 9a62f4729215a7ca4a69cf54df8663ff84c27ec2 (diff) | |
download | alacritty-085cc35b14e7c835e1a9add408b45da583959a6c.tar.gz alacritty-085cc35b14e7c835e1a9add408b45da583959a6c.zip |
Fix IME position with fullwidth chars in search
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 bcd8f69b..d7c7603e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Pasting into clients only supporting `UTF8_STRING` mime type on Wayland - Crash when copying/pasting with neither pointer nor keyboard focus on Wayland - Crash due to fd leak on Wayland +- IME window position with fullwidth characters in the search bar ## 0.5.0 |