From 90083d5bcb2df4b526a04213c07392fe72cb816c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 8 Feb 2025 12:50:05 -0600 Subject: a clock --- structs.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index bd32005..f49ab46 100644 --- a/structs.go +++ b/structs.go @@ -65,12 +65,13 @@ type config struct { depth int // used for listWidgets() debugging newWindowTrigger chan *guiWidget // work around hack to redraw windows a bit after NewWindow() stdout stdout // information for the STDOUT window - showDebug bool // todo: move this into config struct dropdown dropdown // the dropdown menu textbox dropdown // the textbox popup window + clock dropdown // the textbox popup window allwin []*guiWidget // for tracking which window is next dark bool // use a 'dark' color palette mouse mouse // mouse settings + showDebug bool // todo: move this into config struct } // stuff controlling how the mouse works -- cgit v1.2.3