1 package term 2 3 import "syscall" 4 5 const ioctlReadTermios = syscall.TIOCGETA 6
View as plain text