mirror of
https://github.com/syncthing/syncthing.git
synced 2024-11-17 02:48:57 -07:00
6 lines
60 B
Go
6 lines
60 B
Go
package flags
|
|
|
|
func getTerminalColumns() int {
|
|
return 80
|
|
}
|