5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 11:22:31 +00:00
matterbridge/vendor/github.com/Sirupsen/logrus/terminal_bsd.go

10 lines
157 B
Go
Raw Normal View History

2016-04-10 21:39:38 +00:00
// +build darwin freebsd openbsd netbsd dragonfly
package logrus
import "syscall"
const ioctlReadTermios = syscall.TIOCGETA
type Termios syscall.Termios