8 lines
92 B
Go
8 lines
92 B
Go
// +build plan9 appengine wasm
|
|
|
|
package flags
|
|
|
|
func getTerminalColumns() int {
|
|
return 80
|
|
}
|