On windows with git-bash.exe: The following reports `false` and `true` ``` fmt.Print(term.IsTerminal(os.Stdout.Fd())) fmt.Print(term.IsTerminal(os.Stderr.Fd())) ``` Do you know why stdout is no terminal but stderr is?