mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-22 19:56:39 +00:00
8 lines
92 B
Go
8 lines
92 B
Go
|
// +build plan9 appengine wasm
|
||
|
|
||
|
package flags
|
||
|
|
||
|
func getTerminalColumns() int {
|
||
|
return 80
|
||
|
}
|