aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2018-09-26 18:42:41 +0000
committerGitHub <noreply@github.com>2018-09-26 18:42:41 +0000
commit593d7718d0d3e1e2071021d34178856079ac8bf7 (patch)
tree414b5eda0eb9a5ca881eb6274c9995a473ba9554 /CHANGELOG.md
parent94b9345a26370fc02fa092016e59511a330f4cb4 (diff)
downloadalacritty-593d7718d0d3e1e2071021d34178856079ac8bf7.tar.gz
alacritty-593d7718d0d3e1e2071021d34178856079ac8bf7.zip
Fix selection of empty lines
When selecting multiple lines in Alacritty, there was an issue with empty lines not being copied. This behavior has been chanaged so empty lines should be correctly copied now. When copying content which ends with an empty line, Alacritty would copy an additional empty line. This has been resolved by only adding empty lines when the empty line was not in the last selected line.
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 7b233ee2..756bc5e8 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
- Clear screen properly before rendering of content to prevent various graphical glitches
- Fix build failure on 32-bit systems
- Windows started as unfocused now show the hollow cursor if the setting is enabled
+- Empty lines in selections are now properly copied to the clipboard
### Deprecated