diff options
| author | Jeff Carr <[email protected]> | 2021-10-27 16:31:54 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2021-10-27 16:31:54 -0500 |
| commit | 81c44bce5313d4415a0fa062ececc4547832d66d (patch) | |
| tree | 050d019f1f80587d9112a1a7d18e6994707fd7dc /new-structs.go | |
| parent | 10e13423db08e282a1f41c2f38f348d630cfca96 (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.go | 1 |
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 { |
