github.com/mandrigin/go-ethereum@v1.7.4-0.20180116162341-02aeb3d76652/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