terminal_netbsd.go 104 Bytes EditWeb IDE 1 2 3 4 5 6 7 package term import "syscall" const ioctlReadTermios = syscall.TIOCGETA type Termios syscall.Termios