On 9/2/22 6:28 AM, Koichi Murase wrote:

Bash Version: 5.1
Patch Level: 16
Release Status: release

Description:

   In Bash versions from 4.3 to the current devel, after calling `trap'
   for SIGINT in completion functions specified to `complete -F',
   readline is left in a strange state where C-c does not respond and
   the first character of the next user command is dropped.  This is
   caused by missing `rl_set_signals ()' after using `trap xxx INT' in
   the completion functions.

Thanks for the report. I'll look at it after bash-5.2 is released.

--
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    c...@case.edu    http://tiswww.cwru.edu/~chet/


Reply via email to