Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Sender: cwilson AT ee DOT gatech DOT edu Message-ID: <370C3505.65B64B8F@ece.gatech.edu> Date: Thu, 08 Apr 1999 00:48:06 -0400 From: Charles Wilson X-Mailer: Mozilla 4.51 [en] (X11; I; HP-UX B.10.20 9000/777) X-Accept-Language: en MIME-Version: 1.0 To: bub CC: cygwin AT sourceware DOT cygnus DOT com Subject: Re: rxvt win32 port updated References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit bub wrote: > Hi, > > I've posted a new rxvt-port-to-win32-api binary to: > http://www.io.com/~bub/rxvt.html > > It fixes a number of bugs and improves the scrollbar support. > > Enjoy. > -steve > I'm having a few problems getting the native port of rxvt to work "correctly" with bash. From a shortcut, the target is: E:\WINNT\Profiles\cwilson\Desktop\rxvt.exe -fn "Lucida Console-14" -fg #ffffbf -bg #000040 -sl 2000 -title bash this works okay - it's pale yellow on dark blue, uses the right font, has the right title, and implements a scrollback buffer, but it doesn't run my profile and setup dotfiles. I can enter commands, bash knows that ~ = /e/users/cwilson, etc. etc. So, add "-e bash --login" to the end of the target. If I do that, the rxvt window pops up, and immediately disappears. I tried many permutations of "-e [full DOS path | full cygwin path | executable name only] [with .exe suffix | without .exe suffix] [--login | -login] [-i]" but in every case the rxvt window immediately went away. The following shortcut, which points to an rxvt-2.6PRE2 built with X, works fine (assuming my Xserver is running ): F:\cygnus\cygwin-b20\usr\local\bin\rxvt.exe -fn sabvga -bg "rgbi:0/0/0" -fg "rgbi:1/1/1" -sl 2000 -e bash --login What am I doing wrong? --Chuck -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com