Merge branch 'win10-color-support' of git://github.com/konsorten/logrus into konsorten-win10-color-support
This commit is contained in:
+8
-1
@@ -7,8 +7,15 @@
|
||||
|
||||
package logrus
|
||||
|
||||
import "golang.org/x/sys/unix"
|
||||
import (
|
||||
"io"
|
||||
|
||||
"golang.org/x/sys/unix"
|
||||
)
|
||||
|
||||
const ioctlReadTermios = unix.TCGETS
|
||||
|
||||
type Termios unix.Termios
|
||||
|
||||
func initTerminal(w io.Writer) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user