diff options
| author | Jeff Carr <[email protected]> | 2025-02-07 02:44:52 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-07 02:44:52 -0600 |
| commit | 0b67b198bdc439c62ac2e6a7cc18bd4be128faf7 (patch) | |
| tree | 188c1604f7a3432e1ee27ace5d2801096d801d15 /structs.go | |
| parent | 7813fc126dee96c1fe901b4ba5fe7fd252804806 (diff) | |
finally drag works everywhere
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -83,12 +83,12 @@ type stdout struct { outputOffscreen bool // is the STDOUT window offscreen? lastW int // the last 'w' location (used to move from offscreen to onscreen) lastH int // the last 'h' location (used to move from offscreen to onscreen) - mouseOffsetW int // the current 'w' offset - mouseOffsetH int // the current 'h' offset - init bool // moves the window offscreen on startup - resize bool // user is resizing the window - outputS []string // the buffer of all the output - pager int // allows the user to page through the buffer + // mouseOffsetW int // the current 'w' offset + // mouseOffsetH int // the current 'h' offset + init bool // moves the window offscreen on startup + resize bool // user is resizing the window + outputS []string // the buffer of all the output + pager int // allows the user to page through the buffer } // settings for the dropdown window |
