From 78ad6d2d889dd2b21edef34bd8e12ccf1d4d7474 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 27 Sep 2022 11:29:49 +0900 Subject: Phase out --no-clear in favor of bindable 'reload' action --- man/man1/fzf.1 | 6 ------ 1 file changed, 6 deletions(-) (limited to 'man') 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. -- cgit v1.2.3