Initial groundwork for native sync support

This commit is contained in:
2024-05-11 20:52:38 -04:00
parent db5f3ec7f4
commit 570e257f08
5 changed files with 27 additions and 39 deletions
-2
View File
@@ -1,14 +1,12 @@
package cli
import (
"github.com/rwinkhart/MUTN/src/backend"
termy "golang.org/x/crypto/ssh/terminal"
"os"
)
// global variables used across multiple files
var (
rootLength = len(backend.EntryRoot)
width, _, _ = termy.GetSize(int(os.Stdout.Fd()))
)