mirror of https://github.com/sirupsen/logrus.git
switch terminal_linux to x/sys/unix from syscall
Closes sirupsen/logrus/issues/515 Signed-off-by: Christy Perez <christy@linux.vnet.ibm.com>
This commit is contained in:
parent
8d4f6a97d3
commit
a9ca4bfe68
|
@ -7,8 +7,8 @@
|
|||
|
||||
package logrus
|
||||
|
||||
import "syscall"
|
||||
import "golang.org/x/sys/unix"
|
||||
|
||||
const ioctlReadTermios = syscall.TCGETS
|
||||
const ioctlReadTermios = unix.TCGETS
|
||||
|
||||
type Termios syscall.Termios
|
||||
|
|
Loading…
Reference in New Issue