github.com/quinndk/ethereum_read@v0.0.0-20181211143958-29c55eec3237/go-ethereum-master_read/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