v0.1.7 backend fixes, go and dependency updates
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
//go:build darwin || dragonfly || freebsd || netbsd || openbsd
|
||||
|
||||
package terminal
|
||||
|
||||
import "golang.org/x/sys/unix"
|
||||
|
||||
const (
|
||||
tcgets = unix.TIOCGETA
|
||||
tcsets = unix.TIOCSETA
|
||||
)
|
||||
Reference in New Issue
Block a user