github.com/humaniq/go-ethereum@v1.6.8-0.20171225131628-061223a13848/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