moby--moby/pkg/term
Tobias Klauser 8a3730d251 pkg/term: set termios VMIN and VTIME in MakeRaw on Linux
The BSD and Solaris versions of term.MakeRaw already set VMIN and VTIME
explicitly such that a read returns when one character is available.
cfmakeraw (which was previously used) in glibc also sets these values
explicitly, so it should be done in the Linux version of MakeRaw as well
to be consistent.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2017-08-03 13:21:42 +02:00
..
windows Update logrus to v1.0.1 2017-07-31 13:16:46 -07:00
ascii.go
ascii_test.go
proxy.go
proxy_test.go
tc.go
tc_solaris_cgo.go
term.go
term_linux_test.go Remove test-unit from hack/make 2017-07-17 11:39:33 -04:00
term_windows.go [pkg/term] temporarily use STD_*_HANDLE from syscall again 2017-07-12 14:52:42 +02:00
termios_bsd.go
termios_linux.go pkg/term: set termios VMIN and VTIME in MakeRaw on Linux 2017-08-03 13:21:42 +02:00
winsize.go
winsize_solaris_cgo.go