0
0
mirror of https://github.com/thegeeklab/wp-gitea-release.git synced 2024-09-20 11:32:46 +02:00
wp-gitea-release/vendor/github.com/Sirupsen/logrus/terminal_bsd.go

10 lines
157 B
Go
Raw Normal View History

2016-08-26 10:36:43 +02:00
// +build darwin freebsd openbsd netbsd dragonfly
package logrus
import "syscall"
const ioctlReadTermios = syscall.TIOCGETA
type Termios syscall.Termios