mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-09-02 23:27:22 -04:00
Initial code commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
termy "golang.org/x/crypto/ssh/terminal"
|
||||
"os"
|
||||
)
|
||||
|
||||
// invisible variables
|
||||
var home, _ = os.UserHomeDir()
|
||||
|
||||
// exported variables
|
||||
var (
|
||||
RootLength = len(EntryRoot)
|
||||
Width, _, _ = termy.GetSize(int(os.Stdout.Fd()))
|
||||
)
|
||||
Reference in New Issue
Block a user