1
0
mirror of https://github.com/Luzifer/envrun.git synced 2024-09-20 08:02:59 +00:00
envrun/vendor/github.com/sirupsen/logrus/terminal_bsd.go
Knut Ahlers 0d0e1d0c0b
Update vendors
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-06-01 17:34:46 +02:00

11 lines
196 B
Go

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