1
0
Fork 0
mirror of https://github.com/Luzifer/tex-api.git synced 2024-11-10 09:10:03 +00:00
tex-api/vendor/github.com/Sirupsen/logrus/terminal_bsd.go
Knut Ahlers cf8736eef5
Switch to dep for vendoring, update deps
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-09-17 11:18:20 +02:00

10 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