2018-02-05 19:52:44 -05:00
|
|
|
// +build darwin freebsd openbsd netbsd dragonfly
|
2018-03-24 07:18:46 -04:00
|
|
|
// +build !appengine,!gopherjs
|
2018-02-05 19:52:44 -05:00
|
|
|
|
|
|
|
package logrus
|
|
|
|
|
2018-03-24 07:18:46 -04:00
|
|
|
import "golang.org/x/sys/unix"
|
2018-02-05 19:52:44 -05:00
|
|
|
|
2018-03-24 07:18:46 -04:00
|
|
|
const ioctlReadTermios = unix.TIOCGETA
|
2018-02-05 19:52:44 -05:00
|
|
|
|
2018-03-24 07:18:46 -04:00
|
|
|
type Termios unix.Termios
|