Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Sat, 17 Mar 2001 12:17:39 -0500 From: Christopher Faylor To: Egor Duda Subject: Re: known issues with current dll Message-ID: <20010317121739.B8183@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: Egor Duda References: <5627632543 DOT 20010316225211 AT logos-m DOT ru> <20010316163702 DOT A22471 AT redhat DOT com> <20010316164626 DOT A22656 AT redhat DOT com> <20010316211721 DOT A3489 AT redhat DOT com> <19889636700 DOT 20010317160536 AT logos-m DOT ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: <19889636700.20010317160536@logos-m.ru>; from deo@logos-m.ru on Sat, Mar 17, 2001 at 04:05:36PM +0300 On Sat, Mar 17, 2001 at 04:05:36PM +0300, Egor Duda wrote: >to solve ctrl-D problem i see 2 ways -- either return to the old >scheme, when master sends dummy buffer to slave via pipe on eof, or >tweak ready_to_read stuff for fhandler_tty_slave, so it will react >when input_available_event is signalled, not when pipe handle does. >currently, i'm trying to do the latter. I think that the latter makes sense. Maybe it's time to separate the pipe stuff from the tty stuff in select.cc cgf