mirror of
https://github.com/syncthing/syncthing.git
synced 2026-04-16 12:27:51 -04:00
6 lines
60 B
Go
6 lines
60 B
Go
package flags
|
|
|
|
func getTerminalColumns() int {
|
|
return 80
|
|
}
|