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
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
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
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
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
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
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
7 matches
Mail list logo