This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: possible patch for cygwin.bat


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]