summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-08 13:28:19 -0600
committerJeff Carr <[email protected]>2025-02-08 13:28:19 -0600
commitc4f9bac85eeafb4916b57d6f8953fa930d6d098e (patch)
tree065027c2d85165c2eb1c2ec14490b7b9a1dbf51c /structs.go
parent90083d5bcb2df4b526a04213c07392fe72cb816c (diff)
add config default to show stdout onscreen on start
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index f49ab46..f096e2a 100644
--- a/structs.go
+++ b/structs.go
@@ -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