termsize.go 60 B

12345
  1. package flags
  2. func getTerminalColumns() int {
  3. return 80
  4. }