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
6124c5eb31
moby--moby
/
client
/
termios_linux.go
9 lines
102 B
Go
Raw
Normal View
History
Unescape
Escape
Moved server and client logic into sub-packages docker/server and docker/client, respectively. The UI is not affected.
2013-02-13 20:10:00 -05:00
package
client
Different termios for linux/darwin
2013-01-28 20:06:46 -05:00
import
"syscall"
const
(
getTermios
=
syscall
.
TCGETS
setTermios
=
syscall
.
TCSETS
)
Copy permalink