[GRASS-SVN] r50074 - grass/branches/releasebranch_6_4/mswindows/osgeo4w

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jan 5 14:14:13 EST 2012


Author: martinl
Date: 2012-01-05 11:14:13 -0800 (Thu, 05 Jan 2012)
New Revision: 50074

Modified:
   grass/branches/releasebranch_6_4/mswindows/osgeo4w/msys.bat
Log:
osgeo4w: cosmetics in msys.bat (b/w)
        (merge r50072 from devbr6)


Modified: grass/branches/releasebranch_6_4/mswindows/osgeo4w/msys.bat
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/osgeo4w/msys.bat	2012-01-05 19:11:51 UTC (rev 50073)
+++ grass/branches/releasebranch_6_4/mswindows/osgeo4w/msys.bat	2012-01-05 19:14:13 UTC (rev 50074)
@@ -88,15 +88,15 @@
 rem Setup the default colors for rxvt.
 if "x%MSYSBGCOLOR%" == "x" set MSYSBGCOLOR=White
 if "x%MSYSFGCOLOR%" == "x" set MSYSFGCOLOR=Black
-if "x%MINGW32BGCOLOR%" == "x" set MINGW32BGCOLOR=LightYellow
-if "x%MINGW32FGCOLOR%" == "x" set MINGW32FGCOLOR=Navy
+if "x%MINGW32BGCOLOR%" == "x" set MINGW32BGCOLOR=Black
+if "x%MINGW32FGCOLOR%" == "x" set MINGW32FGCOLOR=White
 if "%MSYSTEM%" == "MSYS" set BGCOLOR=%MSYSBGCOLOR%
 if "%MSYSTEM%" == "MSYS" set FGCOLOR=%MSYSFGCOLOR%
 if "%MSYSTEM%" == "MINGW32" set BGCOLOR=%MINGW32BGCOLOR%
 if "%MSYSTEM%" == "MINGW32" set FGCOLOR=%MINGW32FGCOLOR%
 
-if "x%*" == "x" start "MSYS 1.0" "%WD%rxvt" -backspacekey  -sl 2500 -fg %FGCOLOR% -bg %BGCOLOR% -sr -fn Courier-12 -tn msys -geometry 80x25 -e /bin/sh --login -i
-if NOT "x%*" == "x" start "MSYS 1.0" "%WD%rxvt" -backspacekey  -sl 2500 -fg %FGCOLOR% -bg %BGCOLOR% -sr -fn Courier-12 -tn msys -geometry 80x25 -e /bin/sh --login -c "%*"
+if "x%*" == "x" start "MSYS 1.0" "%WD%rxvt" -backspacekey  -sl 2500 -fg %FGCOLOR% -bg %BGCOLOR% -sr -fn Courier-16 -tn msys -geometry 80x25 -e /bin/sh --login -i
+if NOT "x%*" == "x" start "MSYS 1.0" "%WD%rxvt" -backspacekey  -sl 2500 -fg %FGCOLOR% -bg %BGCOLOR% -sr -fn Courier-16 -tn msys -geometry 80x25 -e /bin/sh --login -c "%*"
 exit
 
 :startsh



More information about the grass-commit mailing list