terminal_bsd.go 180 B

12345678910
  1. // +build darwin freebsd openbsd netbsd dragonfly
  2. // +build !appengine
  3. package terminal
  4. import "syscall"
  5. const ioctlReadTermios = syscall.TIOCGETA
  6. type Termios syscall.Termios