1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg/term
John Starks 4d0f6041ad Windows: Always enable VT emulation
Always enable VT output emulation when starting the process so that
non-attaching commands can still output VT codes.

Also remove the version block for using the native console and just rely
on supported flags being present.

Signed-off-by: John Starks <jostarks@microsoft.com>
(cherry picked from commit 4acc2c7499)
Signed-off-by: Tibor Vass <tibor@docker.com>
2016-07-25 23:15:25 -07:00
..
windows Windows: Always enable VT emulation 2016-07-25 23:15:25 -07:00
ascii.go
ascii_test.go
tc_linux_cgo.go Get pkg/term to build for Solaris 2016-04-15 14:18:26 -07:00
tc_other.go Get pkg/term to build for Solaris 2016-04-15 14:18:26 -07:00
tc_solaris_cgo.go Get pkg/term to build for Solaris 2016-04-15 14:18:26 -07:00
term.go Windows: Always enable VT emulation 2016-07-25 23:15:25 -07:00
term_solaris.go Get pkg/term to build for Solaris 2016-04-15 14:18:26 -07:00
term_unix.go Get pkg/term to build for Solaris 2016-04-15 14:18:26 -07:00
term_windows.go Windows: Always enable VT emulation 2016-07-25 23:15:25 -07:00
termios_darwin.go
termios_freebsd.go
termios_linux.go
termios_openbsd.go