github.com/cuiweixie/go-ethereum@v1.8.2-0.20180303084001-66cd41af1e38/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