diff options
author | Ben Firth <ben496@protonmail.com> | 2019-07-26 06:18:47 -0500 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-07-26 11:18:47 +0000 |
commit | 54dca06bfbac50da0adb33c928e376b5c7986c4a (patch) | |
tree | 63a085f577e4129a150b5aa9e9d40f648f7d80f6 /CHANGELOG.md | |
parent | 44c1e9093df10a3cf93a23df6578dc0d893ab0e2 (diff) | |
download | alacritty-54dca06bfbac50da0adb33c928e376b5c7986c4a.tar.gz alacritty-54dca06bfbac50da0adb33c928e376b5c7986c4a.zip |
Fix double-click selecting trailing tab
Fixes #2639.
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 c29518ad..51be8094 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Cursor color setting with escape sequence - Override default bindings with subset terminal mode match - On Linux, respect fontconfig's `embeddedbitmap` configuration option +- Selecting trailing tab with semantic expansion ## 0.3.3 |