blob: c1932c979132a150afbb5c6663904220f7afe8a1 [file] [log] [blame]
// Copyright 2017 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 !linux
// +build !darwin
package isatty
func IsTerminal() bool {
return true
}