github.com/avence12/go-ethereum@v1.5.10-0.20170320123548-1dfd65f6d047/log/term/terminal_netbsd.go (about) 1 package term 2 3 import "syscall" 4 5 const ioctlReadTermios = syscall.TIOCGETA 6 7 type Termios syscall.Termios