...

Source file src/github.com/go-kit/log/term/terminal_darwin.go

Documentation: github.com/go-kit/log/term

     1  // Based on ssh/terminal:
     2  // Copyright 2013 The Go Authors. All rights reserved.
     3  // Use of this source code is governed by a BSD-style
     4  // license that can be found in the LICENSE file.
     5  
     6  package term
     7  
     8  import "syscall"
     9  
    10  const ioctlReadTermios = syscall.TIOCGETA
    11  

View as plain text