From ff30a1acbb0e56c358f0490b0e89e8324268b032 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 4 Nov 2021 02:23:41 -0500 Subject: GOOD: use global 'Stretchy' setting Signed-off-by: Jeff Carr --- structs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'structs.go') 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 -- cgit v1.2.3