Re: Terminal state with read -st1

2009-03-02 Thread Chris F.A. Johnson
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

Re: Terminal state with read -st1

2009-03-02 Thread Chet Ramey
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

Terminal state with read -st1

2009-02-27 Thread Chris F.A. Johnson
In bash4.0, the terminal is not reset if this is times out: read -st1 -- Chris F.A. Johnson, webmaster === Author: Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)