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