mirror of
https://github.com/docker/cli.git
synced 2026-09-01 02:24:23 -05:00
Upstream-commit: 745edc49cdcf0dc02fe714b0772f146fc8a66d23 Component: engine
9 lines
104 B
Go
9 lines
104 B
Go
package term
|
|
|
|
import "syscall"
|
|
|
|
const (
|
|
getTermios = syscall.TIOCGETA
|
|
setTermios = syscall.TIOCSETA
|
|
)
|