On Mon, 2 Mar 2009, Chet Ramey wrote:
Chris F.A. Johnson wrote:
In bash4.0, the terminal is not reset if this is times out:
read -st1
Thanks for the report. The cleanup functions were not called on timeout.
The attached patch fixes things for me.
Thanks; that works.
--
Chris F.A. J
Chris F.A. Johnson wrote:
> In bash4.0, the terminal is not reset if this is times out:
>
> read -st1
Thanks for the report. The cleanup functions were not called on timeout.
The attached patch fixes things for me.
Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
Chet Ramey