2017-08-03 18:07:30 +00:00
|
|
|
// +build darwin freebsd openbsd netbsd dragonfly
|
2018-05-05 14:57:47 +00:00
|
|
|
// +build !appengine,!gopherjs
|
2017-08-03 18:07:30 +00:00
|
|
|
|
|
|
|
package logrus
|
|
|
|
|
2018-05-05 14:57:47 +00:00
|
|
|
import "golang.org/x/sys/unix"
|
2017-08-03 18:07:30 +00:00
|
|
|
|
2018-05-05 14:57:47 +00:00
|
|
|
const ioctlReadTermios = unix.TIOCGETA
|
2017-08-03 18:07:30 +00:00
|
|
|
|
2018-05-05 14:57:47 +00:00
|
|
|
type Termios unix.Termios
|