github.com/janotchain/janota@v0.0.0-20220824112012-93ea4c5dee78/log/term/terminal_openbsd.go (about) 1 package term 2 3 import "syscall" 4 5 const ioctlReadTermios = syscall.TIOCGETA 6 7 type Termios syscall.Termios