termcolor icon indicating copy to clipboard operation
termcolor copied to clipboard

Detects whether a terminal supports colors

Results 2 termcolor issues
Sort by recently updated
recently updated
newest added

tiny problem with the go-file in the termcolor package determinating the available colors on windows. Apparently lookupWindows() is missnamed in version_windows.go The "problem is, that the identifier in version.go (non-windows)...

Both command line and powershell (windows 10) do not allow me to go get the package. ``` go get github.com/efekarakus/termcolor # github.com/efekarakus/termcolor ..\..\go\pkg\mod\github.com\efekarakus\[email protected]\termcolor.go:80:21: undefined: lookupWindows ``` on Linux/bash all works...