Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: BUG: Zsh loses history entries since 2015



On Tue, Apr 15, 2025 at 8:00 AM Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
>
> > So, should we handle EINTR?
>
> We do.  That's what ERRFLAG_INT signifies.

Unfinished thought there:  The race condition might mean that we need
to block interrupts rather than just handle them, so that the system
call is not interrupted.




Messages sorted by: Reverse Date, Date, Thread, Author