Add vendor
Specifically because I want to modify a dependency
This commit is contained in:
11
vendor/github.com/charmbracelet/x/term/term_unix_other.go
generated
vendored
Normal file
11
vendor/github.com/charmbracelet/x/term/term_unix_other.go
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
//go:build aix || linux || solaris || zos
|
||||
// +build aix linux solaris zos
|
||||
|
||||
package term
|
||||
|
||||
import "golang.org/x/sys/unix"
|
||||
|
||||
const (
|
||||
ioctlReadTermios = unix.TCGETS
|
||||
ioctlWriteTermios = unix.TCSETS
|
||||
)
|
||||
Reference in New Issue
Block a user