diff options
| author | Jeff Carr <[email protected]> | 2025-02-08 13:28:19 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-08 13:28:19 -0600 |
| commit | c4f9bac85eeafb4916b57d6f8953fa930d6d098e (patch) | |
| tree | 065027c2d85165c2eb1c2ec14490b7b9a1dbf51c /structs.go | |
| parent | 90083d5bcb2df4b526a04213c07392fe72cb816c (diff) | |
add config default to show stdout onscreen on start
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -96,6 +96,7 @@ type stdout struct { h int // the height outputOnTop bool // is the STDOUT window on top? outputOffscreen bool // is the STDOUT window offscreen? + startOnscreen bool // start the output window onscreen? 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 |
