1
0
Fork 0
mirror of https://github.com/Luzifer/tmux-collector.git synced 2024-10-18 15:44:22 +00:00
tmux-collector/vendor/github.com/sirupsen/logrus/terminal_bsd.go

11 lines
196 B
Go
Raw Permalink Normal View History

2018-08-18 16:39:53 +00:00
// +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