summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-08 12:50:05 -0600
committerJeff Carr <[email protected]>2025-02-08 12:50:05 -0600
commit90083d5bcb2df4b526a04213c07392fe72cb816c (patch)
treeb7c55d340d52e445a2baa08869de8569a196005e /structs.go
parent77b4bcb94b64d327c8bb3b3df2cedacd7d9fdae6 (diff)
a clock
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 2 insertions, 1 deletions
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