summaryrefslogtreecommitdiffstats
path: root/usage.c
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2022-08-08 21:25:15 +0200
committerpgen <p.gen.progs@gmail.com>2022-08-08 21:25:15 +0200
commitdbbdcd9a567d5933bbc134a9dd7bc7172e613a70 (patch)
tree57be993600327f7f66c191be294807684f6dce4b /usage.c
parent588586dc216269f79ac2c02fe1cb1738a14ac918 (diff)
Bump to release 1.0.0v1.0.0
Diffstat (limited to 'usage.c')
-rw-r--r--usage.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usage.c b/usage.c
index 9a6fac6..a770281 100644
--- a/usage.c
+++ b/usage.c
@@ -167,11 +167,11 @@ main_help(void)
"/ or CTRL-F\n\n");
printf("The search key activates a timed search mode in which\n");
printf("you can enter the first letters of the searched word.\n");
- printf("When entering this mode you have 7s to start typing\n");
- printf("and each entered letter gives you 5 more seconds before\n");
- printf("the timeout. After that the search mode is ended.\n\n");
+ printf("When entering this mode you have 10s to start typing\n");
+ printf("and each entered letter restarts this timer.\n");
+ printf("After this time, the normal navigation mode is restored.\n\n");
printf("Notes:\n");
- printf("- the timer can be cancelled by pressing ESC.\n");
+ printf("- the search timer can be cancelled by pressing ESC.\n");
printf("- a bad search letter can be removed with ");
printf("CTRL-H or Backspace.\n\n");
printf("(C) Pierre Gentile.\n\n");