summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-01-21 00:56:10 +0100
committerGitHub <noreply@github.com>2020-01-21 00:56:10 +0100
commitc84cd0fdb0335fa873f397e95a0a728be0fe15f5 (patch)
treeb4fc5dc3dc19d2bdd92c4a3396b509e988c86e65 /CHANGELOG.md
parent5e22512fe6a1a6a8e347c09bbc486408753bff95 (diff)
Fix first cell when selection is off screen
Since the expansion of the selection was done after clamping it to the grid, the selection would incorrectly move the clamped start over by one cell when the start was to the right of the original column. By resetting the side of the start point to `Left` before expanding, this can be circumvented. This also resolves a regression which broke backwards bracket selection. Fixes #3223.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8c56c1c2..adbd2b30 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -31,6 +31,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- CLI parameters discarded when config is reload
- Blurred icons in KDE task switcher (alacritty.ico is now high-res)
- Consecutive builds failing on macOS due to preexisting `/Application` symlink
+- Block selection starting from first column after beginning leaves the scrollback
+- Incorrect selection status of the first cell when selection is off screen
+- Backwards bracket selection
### Removed