diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-02-26 19:54:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-26 19:54:09 +0000 |
commit | ea24a106e943473637c5cadc1a48914a6b8dbd19 (patch) | |
tree | c8657302724a773963fb1caa1dae9ac4b47403d4 /CHANGELOG.md | |
parent | 9999bd53e148c692cc16cd74b6ff4a9f143fe22f (diff) | |
download | alacritty-ea24a106e943473637c5cadc1a48914a6b8dbd19.tar.gz alacritty-ea24a106e943473637c5cadc1a48914a6b8dbd19.zip |
Fix vi cursor after leaving search
This resolves an issue which caused the vi cursor position to be
incorrect when leaving the search with the vi cursor at the far bottom.
Previously this could lead to the vi cursor disappearing completely,
when starting a vi mode search that has a match on the last line while
the original vi mode cursor was right above it.
Fixes #4833.
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 37eb741f..b6dd2df1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Alacritty failing to start on X11 with invalid DPI reported by XRandr - Text selected after search without any match +- Incorrect vi cursor position after leaving search ### Removed |