...

Source file src/github.com/go-kit/log/term/terminal_openbsd.go

Documentation: github.com/go-kit/log/term

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

View as plain text