X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.1 required=5.0 tests=AWL,BAYES_00,SPF_PASS,TVD_SPACED_SUBJECT_WORD3 X-Spam-Check-By: sourceware.org Message-ID: <495E9B15.5050309@gmail.com> Date: Fri, 02 Jan 2009 22:54:13 +0000 From: Andy Koppe User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: MinTTY References: <495917BA DOT 1090401 AT gmail DOT com> <0E77A4429F494644A9C7CB6F6F3D2125 AT DFW5RB41> <0105D5C1E0353146B1B222348B0411A211B41DD8 AT NIHMLBX02 DOT nih DOT gov> <20081230165106 DOT GA5230 AT ednor DOT casa DOT cgf DOT cx> <20090101180355 DOT GA30772 AT ednor DOT casa DOT cgf DOT cx> <495E90D9 DOT 4080004 AT gmail DOT com> <20090102223241 DOT GA11766 AT ednor DOT casa DOT cgf DOT cx> In-Reply-To: <20090102223241.GA11766@ednor.casa.cgf.cx> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 Christopher Faylor wrote: >> It accesses the console's screen contents through Win32's >> GetConsoleScreenBufferInfo() and displays it in its own window while >> hiding the actual console. I can't see a way to combine this sort of >> approach with ptys. > > If you have a captured interface then a windows console could be treated > like a pty. I'm afraid I don't quite understand what you're getting at. Isn't this what the cygwin terminal is doing already? I see a WriteConsoleOutput call in fhandler_console.cc, which manipulates the console screen content directly. > The fact that windows apps don't like cygwin ptys is why we never made > rxvt the standard interface. What would be nice is to give the user > some easy way to decide which they want. We would, of course, still get > people complaining about whichever choice they made, though. Agreed. :) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/