//go:build windows
// +build windows

package terminal

func isTerminal(fd int) bool {
	return true
}