Codebase list golang-github-go-kit-kit / 7e2c58b log / term / terminal_freebsd.go
7e2c58b

Tree @7e2c58b (Download .tar.gz)

terminal_freebsd.go @7e2c58braw · history · blame

1
2
3
4
5
6
7
package term

import (
	"syscall"
)

const ioctlReadTermios = syscall.TIOCGETA