book-fetch/vendor/github.com/cheggaaa/pb/v3/termutil/term_bsd.go

10 lines
193 B
Go

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