m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-20 01:23:43 -05:00

Phase out --no-clear in favor of bindable 'reload' action

This commit is contained in:
Junegunn Choi
2022-09-27 11:29:49 +09:00
parent 22cbd9fa58
commit 78ad6d2d88
2 changed files with 1 additions and 6 deletions

View File

@@ -30,6 +30,7 @@ CHANGELOG
(sleep 2; seq 1000) | fzf --height ~50%
```
- Fixed tcell renderer used to render full-screen fzf on Windows
- `--no-clear` is deprecated. Use `reload` action instead.
0.33.0
------