github.com/xfond/eth-implementation@v1.8.9-0.20180514135602-f6bc65fc6811/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