Merge branch 'win10-color-support' of git://github.com/konsorten/logrus into konsorten-win10-color-support

This commit is contained in:
David Bariod
2018-09-16 09:12:22 +02:00
6 changed files with 59 additions and 3 deletions
+8 -1
View File
@@ -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) {
}