From: Chet Ramey Date: Mon, 25 Jul 2022 17:36:32 +0000 (-0400) Subject: Readline-8.2-rc2 release X-Git-Tag: readline-8.2-rc3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bddf1aa4da6e800af5a78d8127c307a52df95c36;p=thirdparty%2Freadline.git Readline-8.2-rc2 release --- diff --git a/doc/rluser.texi b/doc/rluser.texi index 0921d24..4a4cee4 100644 --- a/doc/rluser.texi +++ b/doc/rluser.texi @@ -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 diff --git a/examples/rl-callbacktest.c b/examples/rl-callbacktest.c index 637a45e..7febacd 100644 --- a/examples/rl-callbacktest.c +++ b/examples/rl-callbacktest.c @@ -1,5 +1,4 @@ /* Standard include files. stdio.h is required. */ - #include #include #include diff --git a/isearch.c b/isearch.c index 3e398a6..c2d4d23 100644 --- 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 *