syncthing/github.com/jessevdk/go-flags/termsize.go

6 lines
60 B
Go

package flags
func getTerminalColumns() int {
return 80
}