bombadillo/termios/consts_nonlinux.go

11 lines
136 B
Go

// +build !linux
package termios
import "syscall"
const (
getTermiosIoctl = syscall.TIOCGETA
setTermiosIoctl = syscall.TIOCSETAF
)