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