diff options
author | jeremycostanzo <56163564+jeremycostanzo@users.noreply.github.com> | 2021-12-18 16:18:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-18 15:18:19 +0000 |
commit | 8e58409930354c71c102ba7b86d1732b6c053642 (patch) | |
tree | d3093440314f66bf54cf316865e2071e8d2874e3 /CHANGELOG.md | |
parent | 2538c87d3e8f67c1a7c4ef634bcd09a0c77b9879 (diff) | |
download | alacritty-8e58409930354c71c102ba7b86d1732b6c053642.tar.gz alacritty-8e58409930354c71c102ba7b86d1732b6c053642.zip |
Remove trailing whitespace from block selection
Fixes #5638.
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 a82835d3..74ab5fc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - `ExpandSelection` is now a configurable mouse binding action - Config option `background_opacity`, you should use `window.opacity` instead - Reload configuration files when their symbolic link is replaced +- Strip trailing whitespaces when yanking from a block selection ### Fixed |