1
0
mirror of https://github.com/drone/drone-cli.git synced 2026-01-20 18:01:34 +01:00
drone-cli/vendor/github.com/Sirupsen/logrus/terminal_bsd.go
Brad Rydzewski f18b9fe2ac update dep
2018-02-14 13:06:05 -08:00

11 lines
186 B
Go

// +build darwin freebsd openbsd netbsd dragonfly
// +build !appengine
package logrus
import "golang.org/x/sys/unix"
const ioctlReadTermios = unix.TIOCGETA
type Termios unix.Termios