Jelajahi Sumber

osgeo4w: cosmetics in msys.bat (b/w)
(merge https://trac.osgeo.org/grass/changeset/50072 from devbr6)


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50073 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 13 tahun lalu
induk
melakukan
225bf16407
1 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 4 4
      mswindows/osgeo4w/msys.bat

+ 4 - 4
mswindows/osgeo4w/msys.bat

@@ -88,15 +88,15 @@ if NOT EXIST "%WD%rxvt.exe" goto startsh
 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