From c4f9bac85eeafb4916b57d6f8953fa930d6d098e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 8 Feb 2025 13:28:19 -0600 Subject: add config default to show stdout onscreen on start --- structs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'structs.go') 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 -- cgit v1.2.3