mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-08 22:31:04 +00:00
6 lines
60 B
Go
6 lines
60 B
Go
package flags
|
|
|
|
func getTerminalColumns() int {
|
|
return 80
|
|
}
|