feat: initial commit
This commit is contained in:
commit
a161b86c9a
705 changed files with 288162 additions and 0 deletions
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
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue