This website requires JavaScript.
Explore
Help
Register
Sign In
containers
/
storage
mirror of
https://github.com/containers/storage.git
Watch
1
Star
0
Fork
You've already forked storage
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e5e66716df
storage
/
term
/
termios_linux.go
9 lines
100 B
Go
Raw
Blame
History
package
term
import
"syscall"
const
(
getTermios
=
syscall
.
TCGETS
setTermios
=
syscall
.
TCSETS
)
Reference in New Issue
View Git Blame
Copy Permalink