Re: Issue with rxvt

2004-02-29 Thread Jonathan E. Brickman
After playing with it a good bit, here is my final solution: 1. A batch file, "cygwin2.bat", located in C:\cygwin 2. The contents of the batch file as follows: @echo off C: chdir C:\cygwin\bin rxvt -bg black -fg white -e bash --login -i 3. A shortcut to this batch file on my

Re: Issue with rxvt

2004-02-29 Thread Gregory Borota
I am just guessing here, but I might be right (You may check with rxvt source code and/or 'man rxvt', I no time and don't use it). Without '-e bash', rxvt calls the much simpler, scaled-down 'ash' which is not able to understand more advanced terminal control escape sequences but bash is. And s

Re: Issue with rxvt

2004-02-28 Thread borota
What about trying?: rxvt -e bash Greg __ Issue with rxvt * From: "Jonathan E. Brickman" * To: cygwin at cygwin dot com * Date: Sat, 28 Feb 2004 23:06:38 -0600 * Subject: Issue with rxvt About eighteen months ago, running WinME, I used to be able to use RXVT