Hide cursor while rendering the screen

Fix #2781
Fix #2588
Fix #1805

Fix https://github.com/junegunn/fzf.vim/issues/1370
Fix https://github.com/junegunn/fzf.vim/issues/1060
This commit is contained in:
Junegunn Choi
2022-04-04 22:06:16 +09:00
parent d56f605b63
commit b3ab6311c5
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ CHANGELOG
0.30.0
------
- Fixed cursor flickering over the screen by hiding it during rendering
- Added `--ellipsis` option. You can take advantage of it to make fzf
effectively search non-visible parts of the item.
```sh