diff options
author | John Sullivan <jsullivan@csumb.edu> | 2019-08-24 16:18:51 -0700 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-08-24 23:18:50 +0000 |
commit | ad0365219f7f264ef0fdf0b3e4401bad7ac40e55 (patch) | |
tree | f766474d96708579c1a256e32cb69940184bd29b /CHANGELOG.md | |
parent | 629ea247cdccc33c6df0037f357ba9be48c7178d (diff) | |
download | alacritty-ad0365219f7f264ef0fdf0b3e4401bad7ac40e55.tar.gz alacritty-ad0365219f7f264ef0fdf0b3e4401bad7ac40e55.zip |
Show text cursor when pressing shift in mouse mode
Fixes #2550.
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 4389ce29..c3836221 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - URL parser incorrectly handling Markdown URLs and angled brackets - Intermediate bytes of CSI sequences not checked - Wayland clipboard integration +- Use text mouse cursor when mouse mode is temporarily disabled with shift ## 0.3.3 |