terminal_linux.go 128 B

123456789
  1. // +build !appengine
  2. package terminal
  3. import "syscall"
  4. const ioctlReadTermios = syscall.TCGETS
  5. type Termios syscall.Termios