initial commit
[govpp.git] / vendor / github.com / Sirupsen / logrus / terminal_bsd.go
1 // +build darwin freebsd openbsd netbsd dragonfly
2 // +build !appengine
3
4 package logrus
5
6 import "syscall"
7
8 const ioctlReadTermios = syscall.TIOCGETA
9
10 type Termios syscall.Termios