This repository has been archived on 2022-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
spectator/exhibit/termios_bsd.go

11 lines
166 B
Go

// +build darwin freebsd netbsd openbsd
package exhibit
import (
"syscall"
)
const ioctlReadTermios = syscall.TIOCGETA
const ioctlWriteTermios = syscall.TIOCSETA