7c473041a0
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:
|
||
---|---|---|
.. | ||
console.go | ||
console_solaris.go | ||
main.go | ||
process.go | ||
process_linux.go | ||
process_solaris.go |