mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
8 lines
103 B
Go
8 lines
103 B
Go
// +build windows plan9 solaris appengine
|
|
|
|
package flags
|
|
|
|
func getTerminalColumns() int {
|
|
return 80
|
|
}
|