github.com/aaa256/atlantis@v0.0.0-20210707112435-42ee889287a2/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