forked from toolshed/abra
chore: vendor
This commit is contained in:
13
vendor/github.com/muesli/termenv/constants_unix.go
generated
vendored
Normal file
13
vendor/github.com/muesli/termenv/constants_unix.go
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
//go:build (darwin || dragonfly || freebsd || netbsd || openbsd) && !solaris && !illumos
|
||||
// +build darwin dragonfly freebsd netbsd openbsd
|
||||
// +build !solaris
|
||||
// +build !illumos
|
||||
|
||||
package termenv
|
||||
|
||||
import "golang.org/x/sys/unix"
|
||||
|
||||
const (
|
||||
tcgetattr = unix.TIOCGETA
|
||||
tcsetattr = unix.TIOCSETA
|
||||
)
|
Reference in New Issue
Block a user