1
0
mirror of https://github.com/rancher/norman.git synced 2025-05-10 00:56:40 +00:00
norman/vendor/github.com/Sirupsen/logrus/terminal_bsd.go
2017-10-11 22:48:07 -07:00

10 lines
157 B
Go

// +build darwin freebsd openbsd netbsd dragonfly
package logrus
import "syscall"
const ioctlReadTermios = syscall.TIOCGETA
type Termios syscall.Termios