Subject: Re: shell blocking ^C
To: <>
From: David Laight <david@l8s.co.uk>
List: current-users
Date: 10/22/2002 17:55:59
> > $ /fred
> > /fred: not found
> > $ ^C
> > 
> > At this point I don't get a new prompt.
> > (The ^C may, or may not be echoed.)
> 
> yep, does the same thing here, on -current (few days old since it won't
> build right now)

thanks.

I suspect the 'easy' fix is to save 'suppressint' when setjmp
is done and restore it in longjmp.
Then you don't need to worry about counting all the error paths.

	David

-- 
David Laight: david@l8s.co.uk