moby--moby/term/termios_linux.go

9 lines
100 B
Go

package term
import "syscall"
const (
getTermios = syscall.TCGETS
setTermios = syscall.TCSETS
)