summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2021-11-04 02:23:41 -0500
committerJeff Carr <[email protected]>2021-11-04 02:23:41 -0500
commitff30a1acbb0e56c358f0490b0e89e8324268b032 (patch)
tree17cdda0fce83135635490ce10355c979c355b42f /structs.go
parent519271d056ab0304cde860fed34ba0fb6423ae68 (diff)
GOOD: use global 'Stretchy' setting
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 223ec4d..d82e621 100644
--- a/structs.go
+++ b/structs.go
@@ -22,6 +22,7 @@ type GuiConfig struct {
Title string
Width int
Height int
+ Stretchy bool
Exit func(*Node)
Debug bool