summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2021-09-27 03:51:58 +0000
committerGitHub <noreply@github.com>2021-09-27 03:51:58 +0000
commitb6e05d2dceb80536b54c8ca4085e22075e4527a1 (patch)
tree192589a281769b57d1387c0919fd035366ef0a82 /CHANGELOG.md
parent58985a4dcbe464230b5d2566ee68e2d34a1788c8 (diff)
downloadalacritty-b6e05d2dceb80536b54c8ca4085e22075e4527a1.tar.gz
alacritty-b6e05d2dceb80536b54c8ca4085e22075e4527a1.zip
Fix vi indicator obstructing vi mode cursor
Fixes #5504.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
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