This website requires JavaScript.
Explore
Help
Sign In
SuperSeriousBusiness
/
GoToSocial
mirror of
https://github.com/superseriousbusiness/gotosocial
Watch
1
Star
1
Fork
You've already forked GoToSocial
0
Code
Issues
Projects
Releases
Wiki
Activity
7050df2572
GoToSocial
/
vendor
/
github.com
/
jessevdk
/
go-flags
/
termsize_nosysioctl.go
8 lines
92 B
Go
Raw
Blame
History
// +build plan9 appengine wasm
package
flags
func
getTerminalColumns
(
)
int
{
return
80
}
Reference in New Issue
View Git Blame
Copy Permalink