VictoriaMetrics/app/vmctl/terminal/unix_bsd.go
Dmytro Kozlov 8da9502df6
app/vmctl: automatically check tty (#3938)
app/vmctl: automatically detect if TTY is available
2023-03-20 11:16:08 +01:00

8 lines
125 B
Go

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