6 lines
60 B
Go
Raw Normal View History

package flags
func getTerminalColumns() int {
return 80
}