This repository has been archived on 2026-05-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
syncthing-arm/github.com/jessevdk/go-flags/termsize.go
T
2013-12-23 11:18:46 -05:00

6 lines
60 B
Go

package flags
func getTerminalColumns() int {
return 80
}