summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-06-23 09:57:15 +0000
committerGitHub <noreply@github.com>2020-06-23 12:57:15 +0300
commit43c0ad6ea9d2467ccf867a310c4f1e30f5b627c6 (patch)
tree18ca8bad91c9ca47d22fca45222566a462aaa303 /CHANGELOG.md
parent87e5b1aa25ea61937fa5f79668d2a46e88707c5e (diff)
downloadalacritty-43c0ad6ea9d2467ccf867a310c4f1e30f5b627c6.tar.gz
alacritty-43c0ad6ea9d2467ccf867a310c4f1e30f5b627c6.zip
Add selection expansion
This allows for expanding the selection using the right mouse button. The new selection type depends on the number of clicks and applies to both sides of the selection. Fixes #1554.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b5abe418..84d34746 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support for Fontconfig embolden and matrix options
- Opt-out compilation flag `winpty` to disable WinPTY support
- Scrolling during selection when mouse is at top/bottom of window
+- Expanding existing selections using the right mouse button
### Changed