summaryrefslogtreecommitdiff
path: root/new-structs.go
diff options
context:
space:
mode:
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 {