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