public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Charles Wilson <cygwin@cwilson.fastmail.fm>
To: cygwin@cygwin.com
Subject: Re: Does not work well: rlwrap + rxvt + cmd
Date: Wed, 24 Aug 2011 15:16:00 -0000	[thread overview]
Message-ID: <4E5515C8.1050909@cwilson.fastmail.fm> (raw)
In-Reply-To: <1314198447.17029.140258133233741@webmail.messagingengine.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

  parent reply	other threads:[~2011-08-24 15:16 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-24 15:07 Ronald Fischer
2011-08-24 15:15 ` Eliot Moss
2011-08-25  7:34   ` Ronald Fischer
2011-08-24 15:16 ` Charles Wilson [this message]
2011-08-24 15:40 ` Andrew DeFaria
2011-08-24 15:52   ` Ronald of Steiermark
2011-08-24 15:56     ` Eliot Moss
2011-08-25  7:51       ` Ronald Fischer
2011-08-25 17:46         ` Andrew DeFaria
2011-08-24 16:04     ` Andrew DeFaria
2011-08-25  7:54       ` Ronald of Steiermark
2011-08-25 17:37         ` Andrew DeFaria

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E5515C8.1050909@cwilson.fastmail.fm \
    --to=cygwin@cwilson.fastmail.fm \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).