diff options
| author | Jeff Carr <[email protected]> | 2025-02-06 09:30:54 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-06 09:30:54 -0600 |
| commit | 9fa974f6c4071d0ae93109c6683338be426306e3 (patch) | |
| tree | 9c2d7b3bc92f124ccc37d3a20a703f5bdf95283c /structs.go | |
| parent | c4095ef7aa24abe780ae49cd674b7187c39cd995 (diff) | |
continue improvements on window dragging
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -69,6 +69,10 @@ type config struct { showDebug bool // todo: move this into config struct dropdown dropdown // the dropdown menu allwin []*guiWidget // for tracking which window is next + downW int // where the mouse was pressed down + downH int // where the mouse was pressed down + currentDrag *guiWidget // what widget is currently being moved around + } // settings for the stdout window |
