mattn/go-colorable

support cygwin/msys pty

mattn opened this issue · 2 comments

As i understand from those topic (not sure if google translate was accurate) there is a ready solution for that (containing one extra import and one extra 'if'). And that will affect only cygwin shells on Windows.

Is there some reasons why didn't you add that change to go-colorable?

@mattn This has been fixed in mattn/go-isatty#13, isn't it?