github.com/halybang/go-ethereum@v1.0.5-0.20180325041310-3b262bc1367c/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