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

8 lines
111 B
Go
Raw Normal View History

2017-03-27 15:07:29 -05:00
package term
import "syscall"
const ioctlReadTermios = syscall.TIOCGETA
type Termios syscall.Termios