diff options
author | Elaina Martineau <elainamartineau@gmail.com> | 2019-06-05 18:02:20 -0600 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-06-06 00:02:20 +0000 |
commit | 45565bb9ca9ef33e38cf5e0592d3878e898ed325 (patch) | |
tree | bbf2b3bd3a4e76ff8bd2027f323aa941ef49288f /CHANGELOG.md | |
parent | 3931fb6fbce728c33b4ae2d1e604f181a7246fe0 (diff) | |
download | alacritty-45565bb9ca9ef33e38cf5e0592d3878e898ed325.tar.gz alacritty-45565bb9ca9ef33e38cf5e0592d3878e898ed325.zip |
Re-invert cursor when in selection
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 e4e03829..2a60263e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Cells with identical foreground and background will now show their text upon selection/inversion - Default Window padding to 0x0 - Moved config option `render_timer` and `persistent_logging` to the `debug` group +- When the cursor is in the selection, it will be inverted again, making it visible ### Fixed |