X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-6.7 required=5.0 tests=AWL,BAYES_20,DKIM_SIGNED,DKIM_VALID,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Message-ID: <5057254C.4040405@cwilson.fastmail.fm> Date: Mon, 17 Sep 2012 09:27:40 -0400 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows NT 5.2; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Win PTY library. References: <20120915162136 DOT GB25529 AT ednor DOT casa DOT cgf DOT cx> <5057036D DOT 3080304 AT dancol DOT org> In-Reply-To: <5057036D.3080304@dancol.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 9/17/2012 7:03 AM, Daniel Colascione wrote: > On 9/15/2012 9:21 AM, Christopher Faylor wrote: >> On Sat, Sep 15, 2012 at 12:15:49PM -0400, Earnie Boyd wrote: >>> I just discovered https://github.com/rprichard/winpty and thought >>> Cygwin users and developers may be interested. The license is MIT >>> style. >> >> Looks interesting. I've had something similar sitting around in my >> Cygwin sandbox for a while. It would be nice to have a real console-based >> pty implementation. > > Unfortunately, this program works by polling and scraping a hidden console > window. Any approach of this type will lose data. (No, you can't synchronize > your scraping by using console accessibility APIs because conhost calls out into > accessibility with its locks held, and if you try to read the console buffer in > this context, you deadlock.) Well, that's exactly what Console2 does, and it works pretty well. I've never seen any "missing" data when using it. I don't know what they're doing to work around the deadlock issue, but whatever it is it works. -- Chuck -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple