github.com/tuotoo/go-ethereum@v1.7.4-0.20171121184211-049797d40a24/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