github.com/smalaichami/go-bowhead@v0.0.0-20180311002552-16302db95eaa/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