Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-Id: <5.1.0.14.2.20010628183731.035afa08@pop3.cris.com> X-Sender: rrschulz AT pop3 DOT cris DOT com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 28 Jun 2001 19:17:48 -0700 To: Axel Boldt , cygwin AT cygwin DOT com From: Randall R Schulz Subject: Re: Rxvt vs. command.com as standard cygwin window In-Reply-To: <200106290131.DAA13365@atm2.uni-paderborn.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Axel, Here's the shortcut I use to launch rxvt: ...\bin\rxvt.exe -g 120x99+732+0 -bg #000055 -fg #eeeeee -fn "Lucida Console-11" -sr -sl 5000 -vb -e /bin/bash --login -i Lucida Console makes the 1 / l (one / ell) distinction quite clear. I use the visual bell (-vb) option with rxvt since sending an ASCII BEL / 007 / ^G to an rxvt window does not generate any sound (on my system). This is the shortcut I use to launch a console window: ...\cygwin\bin\bash.exe --login -i In this case, since the target is a console application, not a GUI one, the font, colors and window size are set in the appropriate tabs of the shortcut Properties dialog. The built-in system speaker (not my sound card) produces a beep when a BEL is output. I can see no reason to involve CMD or COMMAND or to use RUN in the process of getting a Cygwin shell going. I don't know if this is suitable under Windows 9x or ME, but for NT and 2K, it works fine. I keep these shortcuts in my quick-start bar (now that I use Windows 2K--under NT I assigned keyboard equivalents). Randall Schulz Mountain View, CA USA At 18:31 2001-06-28, Axel Boldt wrote: >I think that a shortcut to something like > > run rxvt -e C:\cygwin\cygwin.bat > (or putting the call to rxvt into cygwin.bat) > >would be preferable to the current command.com /c cygwin.bat shortcut because: > > * rxvt has scrollbars > * rxvt allows for decent cut and paste > * rxvt allows resizing of the window > >Rxvt's current standard font should be changed however since it doesn't >distinguish between 1 and l. > >The only disadvantage I can see is that rxvt is not as familiar as >command.com to people new to Unix. But those people are in trouble anyway :-) > >Axel -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/