51 | | |
52 | | @@ -53,9 +55,9 @@ |
53 | | if "x%1" == "x--rxvt" set MSYSCON=rxvt.exe |
54 | | if NOT "x%MSYSCON%" == "xunknown" shift |
55 | | |
56 | | -if "x%MSYSCON%" == "xunknown" set MSYSCON=sh.exe |
57 | | +if "x%MSYSCON%" == "xunknown" set MSYSCON=rxvt.exe |
58 | | |
59 | | -if "x%MSYSTEM%" == "x" set MSYSTEM=MINGW32 |
60 | | +if "x%MSYSTEM%" == "x" set MSYSTEM=MSYS |
61 | | if "%1" == "MINGW32" set MSYSTEM=MINGW32 |
62 | | if "%1" == "MSYS" set MSYSTEM=MSYS |
63 | | |
64 | | @@ -80,8 +82,8 @@ |
65 | | if NOT EXIST %WD%rxvt.exe goto startsh |
66 | | |
67 | | rem Setup the default colors for rxvt. |
68 | | -if "x%MSYSBGCOLOR%" == "x" set MSYSBGCOLOR=White |
69 | | -if "x%MSYSFGCOLOR%" == "x" set MSYSFGCOLOR=Black |
70 | | +if "x%MSYSBGCOLOR%" == "x" set MSYSBGCOLOR=Black |
71 | | +if "x%MSYSFGCOLOR%" == "x" set MSYSFGCOLOR=White |
72 | | if "x%MINGW32BGCOLOR%" == "x" set MINGW32BGCOLOR=LightYellow |
73 | | if "x%MINGW32FGCOLOR%" == "x" set MINGW32FGCOLOR=Navy |
74 | | if "%MSYSTEM%" == "MSYS" set BGCOLOR=%MSYSBGCOLOR% |
75 | | @@ -89,7 +91,7 @@ |
76 | | if "%MSYSTEM%" == "MINGW32" set BGCOLOR=%MINGW32BGCOLOR% |
77 | | if "%MSYSTEM%" == "MINGW32" set FGCOLOR=%MINGW32FGCOLOR% |
78 | | |
79 | | -start %WD%rxvt -backspacekey -sl 2500 -fg %FGCOLOR% -bg %BGCOLOR% -sr -fn Courier-12 -tn msys -geometry 80x25 -e /bin/sh --login -i |
80 | | +start %WD%rxvt -backspacekey -sl 2500 -fg %FGCOLOR% -bg %BGCOLOR% -sr -fn Courier-16 -tn msys -geometry 80x25 -e /bin/sh --login -i |
81 | | exit |
82 | | |
83 | | :startsh |