Codebase list golang-github-go-kit-kit / 0c243515-0bf2-4b25-8735-9c1038fa7c1b/v0.6.0 log / term / terminal_freebsd.go
0c243515-0bf2-4b25-8735-9c1038fa7c1b/v0.6.0

Tree @0c243515-0bf2-4b25-8735-9c1038fa7c1b/v0.6.0 (Download .tar.gz)

terminal_freebsd.go @0c243515-0bf2-4b25-8735-9c1038fa7c1b/v0.6.0raw · history · blame

1
2
3
4
5
6
7
package term

import (
	"syscall"
)

const ioctlReadTermios = syscall.TIOCGETA