logrus/terminal_bsd.go

11 lines
186 B
Go
Raw Normal View History

// +build darwin freebsd openbsd netbsd dragonfly
// +build !appengine
package logrus
2017-07-26 08:15:24 +00:00
import "golang.org/x/sys/unix"
2017-07-26 08:15:24 +00:00
const ioctlReadTermios = unix.TIOCGETA
2017-07-26 08:15:24 +00:00
type Termios unix.Termios