Fixed typo in Darwin termios settings
Upstream-commit: c283ff667550d6e86a7bcc16259c796f4261be6e Component: engine
This commit is contained in:
@@ -3,6 +3,6 @@ package main
|
||||
import "syscall"
|
||||
|
||||
const (
|
||||
getTermios = syscall.TCIOGETA
|
||||
setTermios = syscall.TCIOSETA
|
||||
getTermios = syscall.TIOCGETA
|
||||
setTermios = syscall.TIOCSETA
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user