tea/vendor/github.com/muesli/termenv/constants_unix.go

11 lines
172 B
Go

// +build darwin dragonfly freebsd netbsd openbsd solaris
package termenv
import "golang.org/x/sys/unix"
const (
tcgetattr = unix.TIOCGETA
tcsetattr = unix.TIOCSETA
)