summaryrefslogtreecommitdiffstats
path: root/usage.c
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2021-02-06 22:15:31 +0100
committerpgen <p.gen.progs@gmail.com>2021-02-10 00:34:00 +0100
commit0baa84486e91beefb2d071e77247b674c1d43794 (patch)
treecdf233cef335a5a258ef83174ef8a1dfeed64f90 /usage.c
parent29b697207b3256232a4775e80ae77ab745e8f68e (diff)
A new search session is now forgetful by default
The old incremental search behaviour can still be used using the new -is|-incremental_search parameter.
Diffstat (limited to 'usage.c')
-rw-r--r--usage.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/usage.c b/usage.c
index 13905a0..546a709 100644
--- a/usage.c
+++ b/usage.c
@@ -74,6 +74,9 @@ common_help(void)
printf(" sets a timeout and specifies what to do when it expires.\n");
printf("-r|-auto_validate\n");
printf(" enables ENTER to validate the selection even in search mode.\n");
+ printf("-is|-incremental_search\n");
+ printf(" the search buffer is not reset when starting a new search "
+ "session.\n");
printf("-v|-vb|-visual_bell\n");
printf(" makes the bell visual (fuzzy search with error).\n");
printf("-Q|-ignore_quotes\n");