From c5d9522c0b1d176ecea10b9347c65dc6d99e898e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 9 Feb 2025 08:28:10 -0600 Subject: clip large windows --- structs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 841a87e..a9d07e6 100644 --- a/structs.go +++ b/structs.go @@ -74,6 +74,7 @@ type config struct { dark bool // use a 'dark' color palette mouse mouse // mouse settings showDebug bool // todo: move this into config struct + debug bool // todo: move this into config struct outf *os.File // hacks for capturing stdout } -- cgit v1.2.3