termios_darwin.go 104 B

12345678
  1. package term
  2. import "syscall"
  3. const (
  4. getTermios = syscall.TIOCGETA
  5. setTermios = syscall.TIOCSETA
  6. )