mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
b38ff8c83d
This disables recently added ANSI emulation feature in certain Windows shells (like ConEmu) where ANSI output is emulated by default with builtin functionality in the shell. MSYS (mingw) runs in cmd.exe window and it doesn't support emulation. Cygwin doesn't even pass terminal handles to docker.exe as far as I can tell, stdin/stdout/stderr handles are behaving like non-TTY. Therefore not even including that in the check. Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com> |
||
---|---|---|
.. | ||
winconsole | ||
tc_linux_cgo.go | ||
tc_other.go | ||
term.go | ||
term_windows.go | ||
termios_darwin.go | ||
termios_freebsd.go | ||
termios_linux.go |