VictoriaMetrics/app/vmctl/terminal/unix_bsd.go
Dmytro Kozlov aed59b9029
app/vmctl: automatically check tty (#3938)
app/vmctl: automatically detect if TTY is available
2023-03-20 14:14:43 -07:00

8 lines
125 B
Go

//go:build darwin
// +build darwin
package terminal
import "golang.org/x/sys/unix"
const ioctlReadTermios = unix.TIOCGETA