10 lines
193 B
Go
10 lines
193 B
Go
// +build darwin freebsd netbsd openbsd dragonfly
|
|
// +build !appengine
|
|
|
|
package termutil
|
|
|
|
import "syscall"
|
|
|
|
const ioctlReadTermios = syscall.TIOCGETA
|
|
const ioctlWriteTermios = syscall.TIOCSETA
|