mirror of https://github.com/sirupsen/logrus.git
get Termios from x/sys/unix
This commit is contained in:
parent
0af92424f9
commit
f4125cea1b
|
@ -11,4 +11,4 @@ import "golang.org/x/sys/unix"
|
||||||
|
|
||||||
const ioctlReadTermios = unix.TCGETS
|
const ioctlReadTermios = unix.TCGETS
|
||||||
|
|
||||||
type Termios syscall.Termios
|
type Termios unix.Termios
|
||||||
|
|
Loading…
Reference in New Issue