On 7/11/22 1:05 PM, Frédéric Moulins wrote:
Avoid a double redisplay when using reverse incremental search for
example. `rl_message` already calls `(*rl_redisplay_function)` before
returning, in all cases (`USE_VARARGS` or not).
Thanks for the report.
Chet
--
``The lyf so short, the craft so
Avoid a double redisplay when using reverse incremental search for
example. `rl_message` already calls `(*rl_redisplay_function)` before
returning, in all cases (`USE_VARARGS` or not).
---
Hello,
this was tested on bash-5.2-testing, Bash-5.2-rc1 release.
It should also apply to bash-5.1.
It loo