github.com/pslzym/go-ethereum@v1.8.17-0.20180926104442-4b6824e07b1b/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