diff options
| author | Jeff Carr <[email protected]> | 2025-02-08 12:50:05 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-08 12:50:05 -0600 |
| commit | 90083d5bcb2df4b526a04213c07392fe72cb816c (patch) | |
| tree | b7c55d340d52e445a2baa08869de8569a196005e /structs.go | |
| parent | 77b4bcb94b64d327c8bb3b3df2cedacd7d9fdae6 (diff) | |
a clock
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
