summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2022-09-27 11:29:49 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2022-09-28 23:22:31 +0900
commit78ad6d2d889dd2b21edef34bd8e12ccf1d4d7474 (patch)
treea859a9c21fca2443f18784a7da32f2bb0e85e836
parent22cbd9fa58512ffdcc975bab37a55467d5e10968 (diff)
Phase out --no-clear in favor of bindable 'reload' action
-rw-r--r--CHANGELOG.md1
-rw-r--r--man/man1/fzf.16
2 files changed, 1 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 55f85a61..5036d2ba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
------
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index c8b961de..bcff2333 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -618,12 +618,6 @@ Read input delimited by ASCII NUL characters instead of newline characters
.B "--print0"
Print output delimited by ASCII NUL characters instead of newline characters
.TP
-.B "--no-clear"
-Do not clear finder interface on exit. If fzf was started in full screen mode,
-it will not switch back to the original screen, so you'll have to manually run
-\fBtput rmcup\fR to return. This option can be used to avoid flickering of the
-screen when your application needs to start fzf multiple times in order.
-.TP
.B "--sync"
Synchronous search for multi-staged filtering. If specified, fzf will launch
ncurses finder only after the input stream is complete.