Gitea 代码
 
 
 
 
 
 

7 lines
92 B

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