blob: 2a9bbe005cb57f69904b8447de225a291d50ff07 [file] [log] [blame]
// +build windows plan9 solaris
package flags
func getTerminalColumns() int {
return 80
}