Skip to content

Commit

Permalink
Merge pull request #68 from liuhenry/master
Browse files Browse the repository at this point in the history
Fixed color support in OS X
  • Loading branch information
bostonaholic committed Jan 27, 2012
2 parents c014f6d + 907c1fc commit 8926a0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/edgecase.rb
Expand Up @@ -122,6 +122,8 @@ def use_colors?
if ENV['ANSI_COLOR'].nil?
if using_windows?
using_win32console
else
return true
end
else
ENV['ANSI_COLOR'] =~ /^(t|y)/i
Expand Down

0 comments on commit 8926a0d

Please sign in to comment.