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

9 lines
180 B
Go

// +build solaris
// +build !appengine
package termutil
const ioctlReadTermios = 0x5401 // syscall.TCGETS
const ioctlWriteTermios = 0x5402 // syscall.TCSETS
const sysIoctl = 54