diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
