github.com/myafeier/go-ethereum@v1.6.8-0.20170719123245-3e0dbe0eaa72/log/term/terminal_netbsd.go (about)

     1  package term
     2  
     3  import "syscall"
     4  
     5  const ioctlReadTermios = syscall.TIOCGETA
     6  
     7  type Termios syscall.Termios