ku1ik / rainbow

Ruby gem for colorizing printed text on ANSI terminals
MIT License
813 stars 68 forks source link

rainbow disables itself on Windows when Ruby version >= 2 #24

Closed txag1995 closed 8 years ago

txag1995 commented 9 years ago

Rainbow disables itself if it can't use win32console. Beginning with Ruby 2 win32console is no longer needed and fails to load. Rainbow should use native ANSI color support on Windows when Ruby version >= 2.

elifoster commented 8 years ago

Didn't this get resolved by #23?

ku1ik commented 8 years ago

Yup, good catch.