Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Tue, 8 Jan 2002 16:09:15 +0100 From: "Gerrit P. Haase" X-Mailer: The Bat! (v1.53t) Business Reply-To: "Gerrit P. Haase" Organization: convey Information Systems GmbH X-Priority: 3 (Normal) Message-ID: <10519647832.20020108160915@familiehaase.de> To: cygwin AT cygwin DOT com Subject: Re: cygwin console In-Reply-To: <3C3B005B.D121F781@rowman.com> References: <20020108113417 DOT A8402 AT infosat DOT net> <6374-Tue08Jan2002111758+0000-starksb AT ebi DOT ac DOT uk> <1126157253 DOT 20020108122424 AT familiehaase DOT de> <5519-Tue08Jan2002114553+0000-starksb AT ebi DOT ac DOT uk> <3C3B005B DOT D121F781 AT rowman DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit John, 2002-01-08 15:43:01, du schriebst: >>> I think `rxvt' should be the default shell for Cygwin after a >>> fresh setup. At least for Win98 users. >> I fully agree, but who is going to do the work? > The change is truly trivial: Yes, but I'm sure it needs some discussion. To satisfy every interest there should be a dialog or a choose box at the beginning of the setup, or it may depend on the OS, on NT I have no greater problems using cmd since it is resizable by default, but on Win98 I have this really bad command.com shell window. > --- cygwin.bat.orig Tue Jan 8 09:15:22 2002 > +++ cygwin.bat Tue Jan 8 09:20:22 2002 > @@ -3,4 +3,4 @@ > D: > chdir \cygwin\bin > -bash --login -i > +start rxvt -sl 300 -e bash --login -i I would like to have it a blue background and a red cursor;) > but since this file is, I believe, originally created by the CygWin installer, > the change needs to happen there. Maybe a hint in the FAQ with an example how to start up rxvt in x:\cygwin\cygwin.bat from a shortcut on the desktop is sufficient for the beginning? Something like this: @echo off REM your drive and path here: C: chdir \cygwin\bin REM -sr scrollbar rightside, -sl 2500 lines big, -sb scrollbar active, -fg textcolor, REM -bg backgroundcolor,-geometry size, -tn terminaltype, -cr cursorcolor, REM -fn font+size, -e eval this command rxvt -sr -sl 2500 -sb -geometry 90x30 -fg lightblue -bg midnightblue -cr red -tn rxvt -fn "Lucida Console-14" -e /usr/bin/bash --login -i Gerrit -- =^..^= -- 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/