2022年11月15日(火) 1:47 Koichi Murase :
> I'm just planning to quickly check the behavior of "the next devel
> push", which seems to be not yet pushed to savannah. Thank you.
I checked the latest devel push, where I confirmed that it now works. Thank you.
2022年11月11日(金) 8:48 Koichi Murase :
> 2022年11月11日(金) 7:58 of1 :
> > [...]
> > read -set .001 -d '' DISCARD
> > before the actual read -e
> > Alas, this does not work anymore with 5.2 (-e and -t
> > combination triggers shell exit or, when used in a script, prevents
> > fu
On 11/10/22 3:19 PM, of1 wrote:
Bash Version: 5.2
Patch Level: 2
Release Status: release
It is not a new behavior in 5.2, but since then I used to work
around this issue with
read -set .001 -d '' DISCARD
before the actual read -e
Alas, this does not work a
2022年11月11日(金) 7:58 of1 :
> [...]
> read -set .001 -d '' DISCARD
> before the actual read -e
> Alas, this does not work anymore with 5.2 (-e and -t
> combination triggers shell exit or, when used in a script, prevents
> further use of read -e).
Thanks for the report. I c