Codebase list golang-github-vbauerster-mpb / dc0d38d cwriter / util_bsd.go
dc0d38d

Tree @dc0d38d (Download .tar.gz)

util_bsd.go @dc0d38draw · history · blame

1
2
3
4
5
6
7
// +build darwin dragonfly freebsd netbsd openbsd

package cwriter

import "golang.org/x/sys/unix"

const ioctlReadTermios = unix.TIOCGETA