Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-ID: <4352BEBA.7060601@equate.dyndns.org> Date: Sun, 16 Oct 2005 21:57:30 +0100 From: Chris Taylor Reply-To: cygwin AT cygwin DOT com User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) MIME-Version: 1.0 To: David Christensen CC: cygwin AT cygwin DOT com Subject: Re: Cygwin, ssh, and top References: <004001c5d28d$1b076ba0$0a01a8c0 AT p42800e> In-Reply-To: <004001c5d28d$1b076ba0$0a01a8c0@p42800e> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes David Christensen wrote: > Invoking rxvt from a Cygwin Bash shell and then ssh'ing into Debian and > customized Slackware gives me the same results as Putty -- e.g. everything works > on Debian 3.0 and 3.1, and the customized Slackware is messed up. > > > My preference is still that Cygwin bash ssh work correctly with Debian 3.1, and > I believe the problem is with whatever package provides terminal stuff in Debian > 3.1. I'll try to find the package and file a bug report. > It should be pointed out that rxvt can be used in place of CMD.EXE, which is what is started by the Cygwin icon created by setup. If you want to do that, here is my cygwin.bat: @echo off C: chdir C:\cygwin\bin rxvt -sl 10000 -sr +sk -si -sw -fg Green -bg Black -e /bin/bash --login -i Obviously the path needs to be altered to whatever you have for your cygwin installation. I find this to be much more usable than using bash inside cmd.exe - things actually work. HTH, Chris -- 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/