packer-cn/vendor/github.com/sirupsen/logrus/terminal_bsd.go

11 lines
196 B
Go
Raw Normal View History

2018-02-05 19:52:44 -05:00
// +build darwin freebsd openbsd netbsd dragonfly
// +build !appengine,!gopherjs
2018-02-05 19:52:44 -05:00
package logrus
import "golang.org/x/sys/unix"
2018-02-05 19:52:44 -05:00
const ioctlReadTermios = unix.TIOCGETA
2018-02-05 19:52:44 -05:00
type Termios unix.Termios