1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/log/term/terminal_openbsd.go
2017-02-23 12:00:02 +02:00

7 lines
104 B
Go

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