From d3b25092f89c86c8448f4bd088cdd128b9e28e2c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 6 Feb 2025 04:15:36 -0600 Subject: resize stdout window works --- structs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 9deb246..5539d52 100644 --- a/structs.go +++ b/structs.go @@ -84,6 +84,7 @@ type stdout struct { 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 } // this is the gocui way -- cgit v1.2.3