diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-09-27 03:51:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-27 03:51:58 +0000 |
commit | b6e05d2dceb80536b54c8ca4085e22075e4527a1 (patch) | |
tree | 192589a281769b57d1387c0919fd035366ef0a82 /CHANGELOG.md | |
parent | 58985a4dcbe464230b5d2566ee68e2d34a1788c8 (diff) | |
download | alacritty-b6e05d2dceb80536b54c8ca4085e22075e4527a1.tar.gz alacritty-b6e05d2dceb80536b54c8ca4085e22075e4527a1.zip |
Fix vi indicator obstructing vi mode cursor
Fixes #5504.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1694f367..e5be002d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Config option `background_opacity`, you should use `window.opacity` instead - Reload configuration files when their symbolic link is replaced +### Fixed + +- Line indicator obstructing vi mode cursor when scrolled into history + ## 0.9.0 ### Packaging |