Codebase list golang-github-go-kit-kit / 0c243515-0bf2-4b25-8735-9c1038fa7c1b/v0.6.0 log / term / terminal_darwin.go
0c243515-0bf2-4b25-8735-9c1038fa7c1b/v0.6.0

Tree @0c243515-0bf2-4b25-8735-9c1038fa7c1b/v0.6.0 (Download .tar.gz)

terminal_darwin.go @0c243515-0bf2-4b25-8735-9c1038fa7c1b/v0.6.0raw · history · blame

// Based on ssh/terminal:
// Copyright 2013 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package term

import "syscall"

const ioctlReadTermios = syscall.TIOCGETA