From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from conssluserg-03.nifty.com (conssluserg-03.nifty.com [210.131.2.82]) by sourceware.org (Postfix) with ESMTPS id 24A0C385DC35 for ; Sat, 30 May 2020 07:36:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 24A0C385DC35 Received: from Express5800-S70 (v038192.dynamic.ppp.asahi-net.or.jp [124.155.38.192]) (authenticated) by conssluserg-03.nifty.com with ESMTP id 04U7aOr6029235 for ; Sat, 30 May 2020 16:36:25 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-03.nifty.com 04U7aOr6029235 X-Nifty-SrcIP: [124.155.38.192] Date: Sat, 30 May 2020 16:36:28 +0900 From: Takashi Yano To: cygwin-developers@cygwin.com Subject: Re: New implementation of pseudo console support (experimental) Message-Id: <20200530163628.8cc337ae333048ee8ee4fac9@nifty.ne.jp> In-Reply-To: <20200529153029.GS6801@calimero.vinschen.de> References: <20200513211609.011d188c3a735b00d55591df@nifty.ne.jp> <20200514182859.c5236a8889ab3081d2e8c937@nifty.ne.jp> <20200514183420.c246647a6d9e396d42c6b47e@nifty.ne.jp> <20200516092956.74369d694d611b1dcd095607@nifty.ne.jp> <20200516164735.2a2ef183788b151e9185ef41@nifty.ne.jp> <20200519224018.746f6324badd8a5762df42b1@nifty.ne.jp> <20200525195332.cf60ab2f38d167a76513740e@nifty.ne.jp> <20200526100955.30b1a2baea517e0565f30db6@nifty.ne.jp> <20200529004024.0c2ac3c68b588bda987e0837@nifty.ne.jp> <20200529153029.GS6801@calimero.vinschen.de> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-developers@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component developers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 May 2020 07:36:55 -0000 On Fri, 29 May 2020 17:30:29 +0200 Corinna Vinschen wrote: > On May 29 00:40, Takashi Yano via Cygwin-developers wrote: > > On Tue, 26 May 2020 10:09:55 +0900 > > Takashi Yano via Cygwin-developers wrote: > > > On Mon, 25 May 2020 19:53:32 +0900 > > > Takashi Yano via Cygwin-developers wrote: > > > > On Tue, 19 May 2020 22:40:18 +0900 > > > > Takashi Yano via Cygwin-developers wrote: > > > > > On Sat, 16 May 2020 16:47:35 +0900 > > > > > Takashi Yano via Cygwin-developers wrote: > > > > > > On Sat, 16 May 2020 09:29:56 +0900 > > > > > > Takashi Yano via Cygwin-developers wrote: > > > > > > > Fix a small bug caused when stdio is redirected to another pty. > > > > > > > > > > > > Fix another bug caused when stdio is redirected to another pty. > > > > > > > > > > Revise the patch to fit the current git head. > > > > > > > > Revise the patch again to fit the current git head. > > > > > > Make app, which reads stdin, work under gdb. > > > > * Prevent ResizePseudoConsole() calls unless the pty is resized. > > * Revise the patch to fit the current git head. > > [...] > > I assume this should only go into the next Cygwin release after 3.1.5, > right? I think this experimental implementation needs more tests and discussions. So I don't think it should not go into 3.1.5. > Ken and I are planning to release 3.1.5 this weekend or Monday at the > latest. Do you have any more patches in the loop which should go into > 3.1.5? I have one patch for a ConEmu specific issue. I will submit it within a few hours. -- Takashi Yano