summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-04-20 14:40:48 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-04-20 14:42:43 +0900
commitd8bfb6712d514fd6715135fd0e60df188831b566 (patch)
treefcf807a109ce1793bbd275b7d25aad99b590517f /man
parentf864f8b5f7ab62e81fbf9eb2ac2333c7e52bb4e4 (diff)
Remove invalid 'result' event when using --sync option
When the search for the initial query doesn't finish immediately fzf would trigger an invalid 'result' event for an empty query. seq 100 | fzf --query 99 --bind result:accept --sync # Prints 99 seq 1000000 | fzf --query 99 --bind result:accept --sync # Should print 99, but fzf would print 1
Diffstat (limited to 'man')
-rw-r--r--man/man1/fzf.12
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index 3af1a1e8..0d131c7a 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -812,7 +812,7 @@ e.g.
.TP
.B "--sync"
Synchronous search for multi-staged filtering. If specified, fzf will launch
-ncurses finder only after the input stream is complete.
+the finder only after the input stream is complete.
.RS
e.g. \fBfzf --multi | fzf --sync\fR