go-tetris/vendor/gopkg.in/inconshreveable/log15.v2/term/terminal_openbsd.go

8 lines
111 B
Go

package term
import "syscall"
const ioctlReadTermios = syscall.TIOCGETA
type Termios syscall.Termios