2015-06-26 22:27:29 +03:00
|
|
|
// +build darwin freebsd openbsd netbsd dragonfly
|
2018-02-24 00:35:25 +03:00
|
|
|
// +build !appengine,!gopherjs
|
2015-06-26 22:27:29 +03:00
|
|
|
|
2015-01-06 16:44:32 +03:00
|
|
|
package logrus
|
|
|
|
|
2017-07-26 11:15:24 +03:00
|
|
|
import "golang.org/x/sys/unix"
|
2015-01-06 16:44:32 +03:00
|
|
|
|
2017-07-26 11:15:24 +03:00
|
|
|
const ioctlReadTermios = unix.TIOCGETA
|
2015-01-06 16:44:32 +03:00
|
|
|
|
2017-07-26 11:15:24 +03:00
|
|
|
type Termios unix.Termios
|