Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Message-ID: <3AC3F85D.1936EC9F@ece.gatech.edu> Date: Thu, 29 Mar 2001 22:07:09 -0500 From: "Charles S. Wilson" X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Dan Kaminsky CC: cygwin-apps AT cygwin DOT com Subject: Re: Making RXVT The Standard Terminal References: <038b01c0b844$7af94fa0$156545ab AT na DOT cisco DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Dan Kaminsky wrote: > > All-- > > I've downloaded the latest build of RXVT, and it just took a quantum > leap in usability. With the new noconsole build, I have a shortcut in my > start bar pointing to: > > D:\cygwin\bin\rxvt.exe -rv -sl 20000 -fn courier -e /usr/bin/bash --login -i > > Loads *fast*--at least a few times faster than the old batfile hack. > It's ridiculously beautiful. You are talking about Steve O's "native" build of rxvt from http://www.io.com/~bub/rxvt.html, right? Not an X-based build of rxvt (which builds OOB and works great -- but you need an Xserver). > > Problems: > > 1) rxvt doesn't have mouse support yet > 2) TERM=cygwin vs. TERM=xterm-color TERM=rxvt-cygwin-native provides the best match to the terminal capabilities. Unfortunately, you'd have to copy the terminfo information to any other machines that you telnet/ssh to. Search the archives; this has been discussed. > 3) If you load cmd.exe through it, doskey doesn't work and *nothing* > executes inline. I'd like the ability to specify what should and shouldn't > pop up a new window. I don't thing this can be done (pty/tty issue)...but I've been wrong before. > > I'd *really* like to see RXVT become part of the standard distribution > now. Is there anything I can do to help this happen? It's already in the works. Steve O. wants to fix a few nagging problems first, and then has promised to contribute his port as a "standard component" of cygwin. Once that happens, give it a few months -- I predict "someone" will change setup to create a nifty shortcut to 'rxvt -e bash --login' instead of the current .bat file... > P.S. The first thing everyone seems to do when installing cygwin is create > drive mounts in the root directory in binary mode, i.e. > > mount -b c: /c > mount -b d: /d Not me. I mount I: on /i and E: on /e, but not C: or D: (I also mount per-user E:\WINNT\Profiles\username\Desktop on /Desktop). This is a user preference thing and too many people do it too many different ways. I don't thing setup ought to mess with this. --Chuck