Alan Hourihane wrote:
Does this fix the ^C bug ? In my builds of the official sources I have to type ^C followed by some character to produce a break, because IIRC MiNT does not support the signal flag SA_RESTART.No, that's still there. Not sure what caused it, as bash 3.2 works fine.
I looked at the sources a while ago. It seems that systems without SA_RESTART are not supported anymore. Signal handling in bash is quite complicated.
-- Vincent Rivière