moby--moby/pkg/term
John Starks 83c186fdd4 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>
2016-07-22 18:34:15 -07:00
..
windows Windows: Always enable VT emulation 2016-06-23 13:14:39 -07:00
ascii.go Implement configurable detach key 2016-01-03 23:03:39 +01:00
ascii_test.go Implement configurable detach key 2016-01-03 23:03:39 +01:00
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-06-23 13:14:39 -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: Restore console mode on set mode failure 2016-07-22 18:34:15 -07:00
termios_darwin.go Lint on pkg/* packages 2015-07-27 21:26:21 +02:00
termios_freebsd.go Lint on pkg/* packages 2015-07-27 21:26:21 +02:00
termios_linux.go Lint on pkg/* packages 2015-07-27 21:26:21 +02:00
termios_openbsd.go Cli binary can now be build on OpenBSD 2016-03-18 14:56:21 +01:00