Files
docker-cli/components/engine/pkg/term
Tobias Klauser fd944ce735 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>
Upstream-commit: 8a3730d251f844a55244d42c2dae0af8904e07c1
Component: engine
2017-08-03 13:21:42 +02:00
..
2017-07-31 13:16:46 -07:00
2016-01-03 23:03:39 +01:00
2017-05-16 15:11:39 -07:00
2017-05-16 11:46:17 -04:00
2017-05-15 18:34:41 -04:00
2017-06-07 13:14:52 -07:00