diff options
author | Lado Tonia <ladotonia@gmail.com> | 2019-03-04 11:20:15 -0500 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-03-04 16:20:15 +0000 |
commit | 104b866cb6fa1b0674abdd2bdd3668f280939ca8 (patch) | |
tree | cdab953bf99b023461c8c10a5ee42a600bac467b /CHANGELOG.md | |
parent | 1ca729487e56e4f50d83790af4ef60e4f40b398f (diff) | |
download | alacritty-104b866cb6fa1b0674abdd2bdd3668f280939ca8.tar.gz alacritty-104b866cb6fa1b0674abdd2bdd3668f280939ca8.zip |
Fix selection starting inside padding
This fixes #2109.
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 f6f6d565..46a86069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Cursor jumping around when leaving alt screen while not in the alt screen - Text lingering around when resetting while scrolled up in the history - Terminfo support for extended capabilities +- Allow mouse presses and beginning of mouse selection in padding ## Version 0.2.9 |