]> git.ipfire.org Git - thirdparty/readline.git/commitdiff
Readline-8.2-rc2 release
authorChet Ramey <chet.ramey@case.edu>
Mon, 25 Jul 2022 17:36:32 +0000 (13:36 -0400)
committerChet Ramey <chet.ramey@case.edu>
Mon, 25 Jul 2022 17:36:32 +0000 (13:36 -0400)
doc/rluser.texi
examples/rl-callbacktest.c
isearch.c

index 0921d24d150ef7bde955be864555e0e519993298..4a4cee47a67eef2bb10d748e8a21140d1ac39968 100644 (file)
@@ -2282,6 +2282,7 @@ Names of all shell variables.  May also be specified as @option{-v}.
 @item -C @var{command}
 @var{command} is executed in a subshell environment, and its output is
 used as the possible completions.
+Arguments are passed as with the @option{-F} option.
 
 @item -F @var{function}
 The shell function @var{function} is executed in the current shell
index 637a45ec8a9adec4ad962e5dfadf4e24e907563c..7febacd14c47f69ddc9f71cfbc2d6e9b6791b8b8 100644 (file)
@@ -1,5 +1,4 @@
 /* Standard include files. stdio.h is required. */
-
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
index 3e398a6ca7fbb8cb7277a762c3daa05114aa64f8..c2d4d236e9993e8b0fd35e959edf3e38d83e86e3 100644 (file)
--- a/isearch.c
+++ b/isearch.c
@@ -194,7 +194,10 @@ rl_display_search (char *search_string, int flags, int where)
 
   rl_message ("%s", message);
   xfree (message);
+#if 0
+  /* rl_message calls this */
   (*rl_redisplay_function) ();
+#endif
 }
 
 static _rl_search_cxt *