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

Re: Bugreport zsh 3.1.2: Shell exits prematurely after aborting history-incremental-search-backward



On Jun 12, 11:16am, Peter Stephenson wrote:
} Subject: Re: Bugreport zsh 3.1.2: Shell exits prematurely after aborting h
}
} "Bart Schaefer" wrote:
} > I still
} > think there's an EOF being incorrectly propagated when the bck-i-search:
} > prompt is interrupted with C-c
} 
} The bug was the chain of events in between, not the EOF's.  (Or am I
} missing the point?)

The point is that zsh is interpreting a read(2) that gets SIGINT'd as
having reached EOF.  That doesn't affect the behavior as long as it
ignores the EOF for other reasons, but it feels like a bug waiting to
happen.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com



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