X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,RCVD_IN_DNSWL_LOW,TW_RX X-Spam-Check-By: sourceware.org Message-ID: <4E5515C8.1050909@cwilson.fastmail.fm> Date: Wed, 24 Aug 2011 11:16:24 -0400 From: Charles Wilson Reply-To: Charles Wilson User-Agent: Mozilla/5.0 (Windows NT 5.2; WOW64; rv:6.0) Gecko/20110812 Thunderbird/6.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Does not work well: rlwrap + rxvt + cmd References: <1314198447 DOT 17029 DOT 140258133233741 AT webmail DOT messagingengine DOT com> In-Reply-To: <1314198447.17029.140258133233741@webmail.messagingengine.com> 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 8/24/2011 11:07 AM, Ronald Fischer wrote: > I would like to run cmd.exe within a rxvt terminal rlwrap is not the problem. Running 'cmd.exe' within rxvt is not possible; cmd.exe expects direct access to the console host (csrss on WinVista-; conhost.exe on Win7+). That is, it expects that functions like those listed here: http://msdn.microsoft.com/en-us/library/ms682073%28v=vs.85%29.aspx such as ReadConsoleInput or WriteConsoleOutput will work. rxvt is not what windows expects as a console host. It is a terminal emulator, and basically communicates with the inferior (bash, etc) via stdio pipes, and unix-style signals. rxvt + cmd.exe won't work. -- 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