Files
leanote/vendor/github.com/revel/log15/term/terminal_netbsd.go
2017-11-30 19:55:33 +08:00

8 lines
104 B
Go

package term
import "syscall"
const ioctlReadTermios = syscall.TIOCGETA
type Termios syscall.Termios