Re: readline: remove redisplay in `rl_display_search`

2022-07-12 Thread Chet Ramey
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

readline: remove redisplay in `rl_display_search`

2022-07-11 Thread Frédéric Moulins
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