Fix weird terminal output format
Signed-off-by: Lei Jitang <leijitang@huawei.com>
This commit is contained in:
parent
6a30cca4ed
commit
c9f6e6de37
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