blob: 4880d13d26d803691bc1eccecf02895a5e5c1a3a [file] [log] [blame]
// +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