Gitea 代码

8 lines
92 B

// +build plan9 appengine wasm
package flags
func getTerminalColumns() int {
return 80
}