Sign in
fuchsia
/
third_party
/
github.com
/
jessevdk
/
go-flags
/
5695738f733662da3e9afc2283bba6f3c879002d
/
.
/
termsize_nosysioctl.go
blob: 2a9bbe005cb57f69904b8447de225a291d50ff07 [
file
] [
log
] [
blame
]
// +build windows plan9 solaris
package flags
func getTerminalColumns() int {
return 80
}