1// +build windows plan9 solaris appengine
2
3package flags
4
5func getTerminalColumns() int {
6	return 80
7}
8