moby--moby/pkg/term
John Starks 43193233f8 Windows: Restore console mode on set mode failure
SetConsoleMode() on input handles appears to remember invalid bits that
were set, causing problems for other programs (such as xcopy.exe) trying
to set the console mode after docker.exe has exited. Always restore
the input console mode on set failure.

Signed-off-by: John Starks <jostarks@microsoft.com>
(cherry picked from commit 83c186fdd4)
Signed-off-by: Tibor Vass <tibor@docker.com>
2016-07-25 23:18:15 -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
tc_other.go
tc_solaris_cgo.go
term.go Windows: Always enable VT emulation 2016-07-25 23:15:25 -07:00
term_solaris.go
term_unix.go
term_windows.go Windows: Restore console mode on set mode failure 2016-07-25 23:18:15 -07:00
termios_darwin.go
termios_freebsd.go
termios_linux.go
termios_openbsd.go