go-ethereum/log/term/terminal_openbsd.go
2021-09-17 17:59:06 +05:30

7 lines
104 B
Go

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