Files
cloudpods/vendor/github.com/cheggaaa/pb/v3/termutil/term_linux.go
2021-11-03 16:08:17 +08:00

8 lines
158 B
Go

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