Fixed color support in OS X

This commit is contained in:
Henry Liu
2012-01-22 00:17:45 -08:00
parent 212e29b659
commit 907c1fc0be

View File

@@ -122,6 +122,8 @@ module EdgeCase
if ENV['ANSI_COLOR'].nil?
if using_windows?
using_win32console
else
return true
end
else
ENV['ANSI_COLOR'] =~ /^(t|y)/i