From a57a8b5a6348a9142088a0170a3682cdc0ecdb23 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 5 Feb 2024 15:02:09 -0600 Subject: prepare for protobuf Signed-off-by: Jeff Carr --- structs.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 986aa5e..c82cd69 100644 --- a/structs.go +++ b/structs.go @@ -96,7 +96,10 @@ type Node struct { WidgetType widget.WidgetType // most widgets need one value, this is current alue - value any + // value any + defaultS string + newString string + currentS string // label string -- cgit v1.2.3