2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-21 19:39:01 +00:00
restic/Godeps/_workspace/src/github.com/jessevdk/go-flags/termsize_nosysioctl.go

8 lines
93 B
Go
Raw Normal View History

2015-05-10 20:07:33 +00:00
// +build windows plan9 solaris
package flags
func getTerminalColumns() int {
return 80
}