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 Message-ID: <3C3F1B5C.9000004@syntrex.com> Date: Fri, 11 Jan 2002 18:05:32 +0100 From: Pavel Tsekov User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20011126 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: Joshua Franklin CC: cygwin AT cygwin DOT com Subject: Re: possible patch for cygwin.bat References: <20020111165547 DOT 4290 DOT qmail AT web20003 DOT mail DOT yahoo DOT com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hey, Joshua :) Joshua Franklin wrote: > Here's a possible patch to include a couple rxvt > lines REMed out. No changelog yet since I figure it > needs comments. Anyone? > > --- desktop.cc-orig Fri Jan 11 10:38:12 2002 > +++ desktop.cc Fri Jan 11 10:46:18 2002 > @@ -199,6 +199,9 @@ make_cygwin_bat () > backslash (concat (get_root_dir () + 2, > "/bin", 0))); > > fprintf (bat, "bash --login -i\n"); What about the following text: if rxvt is installed, uncomment the line below to use it. > + fprintf (bat, "REM If rxvt is installed, use this > to use it.\n"); > + fprintf (bat, "REM SEE ALSO man rxvt for more > information on options.\n"); > + fprintf (bat, "REM rxvt -fn \"Fixedsys\" -e > /bin/bash --login -i \n"); > > fclose (bat); > } -- 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/