Codebase list golang-github-go-kit-kit / 2159fb24-df80-4a66-a950-52f06cc10bdb/main log / term / terminal_darwin.go
2159fb24-df80-4a66-a950-52f06cc10bdb/main

Tree @2159fb24-df80-4a66-a950-52f06cc10bdb/main (Download .tar.gz)

terminal_darwin.go @2159fb24-df80-4a66-a950-52f06cc10bdb/mainraw · 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