This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
moby--moby
Watch
1
Star
0
Fork
You've already forked moby--moby
0
mirror of
https://github.com/moby/moby.git
synced
2022-11-09 12:21:53 -05:00
Code
Releases
Activity
8c142c6127
moby--moby
/
docker
/
termios_darwin.go
9 lines
104 B
Go
Raw
Normal View
History
Unescape
Escape
Different termios for linux/darwin
2013-01-28 17:06:46 -08:00
package
main
Forgot an import in termios_darwin
2013-01-28 17:07:38 -08:00
import
"syscall"
Different termios for linux/darwin
2013-01-28 17:06:46 -08:00
const
(
Fixed typo in Darwin termios settings
2013-01-28 18:37:54 -08:00
getTermios
=
syscall
.
TIOCGETA
setTermios
=
syscall
.
TIOCSETA
Different termios for linux/darwin
2013-01-28 17:06:46 -08:00
)
Copy permalink