moby--moby/pkg/term
Ahmet Alp Balkan b38ff8c83d Disable ANSI emulation in certain windows shells
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>
2015-03-23 18:38:43 +00:00
..
winconsole winconsole: cleanup 2015-03-22 15:47:54 -04:00
tc_linux_cgo.go Use termios via CGO only on Linux 2014-11-25 20:49:01 +09:00
tc_other.go Use termios via CGO only on Linux 2014-11-25 20:49:01 +09:00
term.go winconsole: cleanup 2015-03-22 15:47:54 -04:00
term_windows.go Disable ANSI emulation in certain windows shells 2015-03-23 18:38:43 +00:00
termios_darwin.go Use termios via CGO only on Linux 2014-11-25 20:49:01 +09:00
termios_freebsd.go Use termios via CGO only on Linux 2014-11-25 20:49:01 +09:00
termios_linux.go Use termios via CGO 2014-11-21 22:12:03 +09:00