blob: 5f4c0d62dc57d807b210fdf15d0f904a8dbd6d56 [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.
// +build !darwin,!linux
package isatty
func isTerminal() bool {
return false
}