github.com/muhammedhassanm/blockchain@v0.0.0-20200120143007-697261defd4d/go-ethereum-master/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