*** ../bash-5.2-patched/builtins/read.def 2022-06-02 14:23:19.000000000 -0400 --- builtins/read.def 2022-11-10 10:27:45.000000000 -0500 *************** *** 168,171 **** --- 168,174 ---- if (read_timeout) shtimer_clear (read_timeout); + #if defined (READLINE) + rl_clear_timeout (); + #endif read_timeout = 0; }