From 3b258d0ce0e20ffedf8804409a16abbe84f1d383 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 11 Jan 2024 19:10:24 -0600 Subject: var value any Signed-off-by: Jeff Carr --- gocui/structs.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gocui/structs.go') diff --git a/gocui/structs.go b/gocui/structs.go index 5a8830a..a3ca566 100644 --- a/gocui/structs.go +++ b/gocui/structs.go @@ -118,6 +118,9 @@ type guiWidget struct { v *gocui.View // this is nil if the widget is not displayed cuiName string // what gocui uses to reference the widget + // the actual text to display in the console + label string + // the logical size of the widget // For example, 40x12 would be the center of a normal terminal // size rectType -- cgit v1.2.3