go-colorable
go-colorable copied to clipboard
support cygwin/msys pty
See https://github.com/mattn/jvgrep/pull/52
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 https://github.com/mattn/go-isatty/pull/13, isn't it?