summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-13 09:18:04 -0600
committerJeff Carr <[email protected]>2024-02-13 09:18:04 -0600
commit74ce202f73574c122f893e5cd601a39d31168648 (patch)
tree3222f5bd5041c6bd16978dc62ee6b77a597f03d1 /structs.go
parentf5dc43b75b1f455d4bfa58fa572fc589e2890ffe (diff)
general updates
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 2cda697..c89698a 100644
--- a/structs.go
+++ b/structs.go
@@ -15,6 +15,9 @@ type autoType struct {
autotypistWindow *gui.Node
+ // the window from the /lib/gui/gowit package
+ lw *gadgets.BasicWindow
+
reposwin *gadgets.BasicWindow
reposbox *gui.Node
reposgrid *gui.Node
@@ -52,7 +55,7 @@ type autoType struct {
scanEveryMinute *gui.Node
// The current working directory
- autoWorkingPwd *gadgets.OneLiner
+ // autoWorkingPwd *gadgets.OneLiner
// what is being used as your home dir
userHomePwd *gadgets.OneLiner