DEBSOURCES
Skip Quicknav
sources / golang-github-tdewolff-argp / 0.0~git20240625.87b04d5-1 / term.go
123456789
// +build windows package argp import "fmt" func TerminalSize() (int, int, error) { return 0, 0, fmt.Errorf("not available") }