summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-06 04:15:36 -0600
committerJeff Carr <[email protected]>2025-02-06 04:15:36 -0600
commitd3b25092f89c86c8448f4bd088cdd128b9e28e2c (patch)
tree3febca5a61e17f49cc533cd0f89d399d8d0e4fbd /structs.go
parent96cb52f3efdf16d966a7913db1cd4c9800da049f (diff)
resize stdout window works
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 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