File: termsize_nosysioctl.go

package info (click to toggle)
golang-go-flags 1.4.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 444 kB
  • sloc: sh: 13; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
// +build windows plan9 solaris appengine

package flags

func getTerminalColumns() int {
	return 80
}