github.com/memikequinn/go-ethereum@v1.6.6-0.20170621145815-58a1e13e6dd7/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