mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix weird terminal output format
Signed-off-by: Lei Jitang <leijitang@huawei.com>
This commit is contained in:
parent
1899b2f41a
commit
05a8de4685
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ func MakeRaw(fd uintptr) (*State, error) {
|
|||
newState := oldState.termios
|
||||
|
||||
C.cfmakeraw((*C.struct_termios)(unsafe.Pointer(&newState)))
|
||||
newState.Oflag = newState.Oflag | C.OPOST
|
||||
if err := tcset(fd, &newState); err != 0 {
|
||||
return nil, err
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue