diff options
| author | Jeff Carr <[email protected]> | 2021-10-25 07:18:17 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2021-10-25 07:18:17 -0500 |
| commit | 64d0239ccad04d088211902f86ecd6a36bc8b466 (patch) | |
| tree | f05e2602ab089cf44bacc1c993900f28ebb352b3 /structs.go | |
| parent | 29109c434c64c49898f76cba0865a16ce7b42af8 (diff) | |
NODE: TODO: refactor InitWindow to use NewWindow()
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -24,10 +24,11 @@ type GuiConfig struct { Height int Exit func(*Node) - Debug bool - DebugNode bool - DebugTabs bool - DebugTable bool + Debug bool + DebugNode bool + DebugTabs bool + DebugTable bool + DebugWindow bool depth int counter int // used to make unique ID's |
