containerd/cmd
Wang Long 7c473041a0 io: stop screwing with \n in console output
The default terminal setting for a new pty on Linux (unix98) has +ONLCR,
resulting in '\n' writes by a container process to be converted to
'\r\n' reads by the managing process. This is quite unexpected, To fix it, make
the terminal sane after opening it by setting -ONLCR.

this patch fix method comes from: eea28f480d
thanks @cyphar Aleksa Sarai <asarai@suse.de>

Signed-off-by: Wang Long <long.wanglong@huawei.com>
2017-01-14 07:00:50 +00:00
..
containerd execution: add shim runtime 2017-01-12 10:45:33 -08:00
containerd-shim io: stop screwing with \n in console output 2017-01-14 07:00:50 +00:00
ctr ctr: set raw mode when using --tty 2017-01-12 11:39:09 -08:00
protoc-gen-gogoctrd cmd, Makefile: add initial build structure 2016-12-01 12:04:23 -08:00