diff options
author | Kirill Chibisov <wchibisovkirill@gmail.com> | 2019-03-13 02:11:32 +0300 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-03-12 23:11:32 +0000 |
commit | 0b9ae4ce936dfafbf5ea1929a170c97391cdea0b (patch) | |
tree | fe4d17c51ab6a5bad60e7da8c0d24adbdce5a353 /CHANGELOG.md | |
parent | 62c1d999e1361fc68ee4e54865b205415fa0a38d (diff) | |
download | alacritty-0b9ae4ce936dfafbf5ea1929a170c97391cdea0b.tar.gz alacritty-0b9ae4ce936dfafbf5ea1929a170c97391cdea0b.zip |
Add config option to change selection color
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 a57bfe87..5aa786bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Dynamic title support on Windows - Ability to specify starting position with the `--position` flag - New configuration field `window.position` allows specifying the starting position +- Added the ability to change the selection color ### Fixed |