github.com/eliasnaur/go-ethereum@v1.6.8-0.20170717120422-6e13bd050756/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