summaryrefslogtreecommitdiff
path: root/new-structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2021-10-27 16:31:54 -0500
committerJeff Carr <[email protected]>2021-10-27 16:31:54 -0500
commit81c44bce5313d4415a0fa062ececc4547832d66d (patch)
tree050d019f1f80587d9112a1a7d18e6994707fd7dc /new-structs.go
parent10e13423db08e282a1f41c2f38f348d630cfca96 (diff)
REFACTOR: moving around things in the rabbit hole
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'new-structs.go')
-rw-r--r--new-structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/new-structs.go b/new-structs.go
index 92933ed..858d50f 100644
--- a/new-structs.go
+++ b/new-structs.go
@@ -55,6 +55,7 @@ type Node struct {
uiWindow *ui.Window
uiTab *ui.Tab
uiBox *ui.Box
+ uiText *ui.EditableCombobox
}
func (n *Node) Parent() *Node {