github.com/clem109/go-ethereum@v1.8.3-0.20180316121352-fe6cf00f480a/log/term/terminal_openbsd.go (about)

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