From 0baa84486e91beefb2d071e77247b674c1d43794 Mon Sep 17 00:00:00 2001 From: pgen Date: Sat, 6 Feb 2021 22:15:31 +0100 Subject: 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. --- usage.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usage.c') 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"); -- cgit v1.2.3