mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
8da9502df6
app/vmctl: automatically detect if TTY is available
8 lines
125 B
Go
8 lines
125 B
Go
//go:build darwin
|
|
// +build darwin
|
|
|
|
package terminal
|
|
|
|
import "golang.org/x/sys/unix"
|
|
|
|
const ioctlReadTermios = unix.TIOCGETA
|