diff options
| author | Jeff Carr <[email protected]> | 2025-02-06 04:15:36 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-06 04:15:36 -0600 |
| commit | d3b25092f89c86c8448f4bd088cdd128b9e28e2c (patch) | |
| tree | 3febca5a61e17f49cc533cd0f89d399d8d0e4fbd /structs.go | |
| parent | 96cb52f3efdf16d966a7913db1cd4c9800da049f (diff) | |
resize stdout window works
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
