github.com/puppeth/go-ethereum@v0.8.6-0.20171014130046-e9295163aa25/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