mirror of https://github.com/sirupsen/logrus.git
9 lines
107 B
Go
9 lines
107 B
Go
|
|
||
|
package logrus
|
||
|
|
||
|
import "syscall"
|
||
|
|
||
|
const ioctlReadTermios = syscall.TIOCGETA
|
||
|
|
||
|
type Termios syscall.Termios
|