syncthing/vendor/github.com/cheggaaa/pb/termios_bsd.go

10 lines
187 B
Go

// +build darwin freebsd netbsd openbsd dragonfly
// +build !appengine
package pb
import "syscall"
const ioctlReadTermios = syscall.TIOCGETA
const ioctlWriteTermios = syscall.TIOCSETA