2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-31 08:00:48 +00:00
restic/vendor/github.com/sirupsen/logrus/terminal_bsd.go

11 lines
196 B
Go
Raw Normal View History

2017-09-13 12:09:48 +00:00
// +build darwin freebsd openbsd netbsd dragonfly
// +build !appengine,!gopherjs
2017-09-13 12:09:48 +00:00
package logrus
import "golang.org/x/sys/unix"
const ioctlReadTermios = unix.TIOCGETA
type Termios unix.Termios