Issue with rxvt

2004-02-28 Thread Jonathan E. Brickman
About eighteen months ago, running WinME, I used to be able to use RXVT under Cygwin; but with the latest version of Cygwin and rxvt et al., it's not working -- no matter what I try, the rxvt window comes up, but the terminal-control codes don't set colors and such, but show up as backslashed c

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 t

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-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

run-1.1.12-1:Issue with RXVT

2009-08-24 Thread K Stahl
To whom it may concern, After applying the recent "run" update, I cannot invoke an RXVT terminal under Cygwin-X. Background: I have a modified StartXWin.bat (straight copy from the original) with the following modification: REM %RUN% xterm -e /usr/bin/bash -l %RUN% rxvt -e /usr/bin/bash -l Upon

Re: run-1.1.12-1:Issue with RXVT

2009-08-24 Thread Charles Wilson
K Stahl wrote: > Could someone please confirm and provide a solution? Can't confirm. Works fine for me. -- Chuck -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http

Re: run-1.1.12-1:Issue with RXVT

2009-08-24 Thread K Stahl
Could this be timing issue? I'm running cygwin on a pretty slow laptop. -- 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