blob: f48b839931edad479b9e8761cd2ad4f7dfefee4d [file] [log] [blame]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build !darwin && !linux
package isatty
func isTerminal() bool {
return false
}