summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-03-04 11:29:31 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-03-04 11:29:31 +0900
commit53348feb8959754497453232ffacd4bd3f1154ea (patch)
treef1fd030b9e2f6ab8afbe4ea70968a929c567b083 /man
parent337cdbb37c1efc49b09b4cacc6e9ee1369c7d76d (diff)
Add --no-clear option
Diffstat (limited to 'man')
-rw-r--r--man/man1/fzf.16
1 files changed, 6 insertions, 0 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index 59710d5e..dde187df 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -339,6 +339,12 @@ 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.