0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-09-20 11:52:46 +02:00
wp-opentofu/vendor/github.com/Sirupsen/logrus/terminal_bsd.go

11 lines
178 B
Go
Raw Normal View History

2016-10-08 19:17:01 +02:00
// +build darwin freebsd openbsd netbsd dragonfly
// +build !appengine
package logrus
import "syscall"
const ioctlReadTermios = syscall.TIOCGETA
type Termios syscall.Termios