github.com/etherite/go-etherite@v0.0.0-20171015192807-5f4dd87b2f6e/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