diff options
| author | Jeff Carr <[email protected]> | 2025-02-09 08:28:10 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-09 08:28:10 -0600 |
| commit | c5d9522c0b1d176ecea10b9347c65dc6d99e898e (patch) | |
| tree | fd6067d839e2a0f09ac106bc22f656266b2674ad /structs.go | |
| parent | 4a009f79a23b9ce1ac9198fee2fb36a12c13ac60 (diff) | |
clip large windows
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 } |
