This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
gitea
mirror of
https://github.com/go-gitea/gitea.git
Watch
1
Star
0
Fork
You've already forked gitea
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7a3c71433a
gitea
/
vendor
/
github.com
/
jessevdk
/
go-flags
/
termsize_nosysioctl.go
8 lines
103 B
Go
Raw
Blame
History
// +build windows plan9 solaris appengine
package
flags
func
getTerminalColumns
(
)
int
{
return
80
}
Reference in New Issue
View Git Blame
Copy Permalink