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

10 lines
229 B
Go

package term
import "syscall"
const ioctlReadTermios = syscall.TIOCGETA
// Termios functions describe a general terminal interface that is
// provided to control asynchronous communications ports.
type Termios syscall.Termios