From 7813fc126dee96c1fe901b4ba5fe7fd252804806 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 7 Feb 2025 02:34:40 -0600 Subject: maybe fixed wierd clicks on window drag --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index f8cc81e..6c6ca45 100644 --- a/structs.go +++ b/structs.go @@ -71,7 +71,7 @@ type config struct { downW int // where the mouse was pressed down downH int // where the mouse was pressed down currentDrag *guiWidget // what widget is currently being moved around - + dark bool // use a 'dark' color palette } // settings for the stdout window -- cgit v1.2.3