summaryrefslogtreecommitdiff
path: root/window.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-09 13:08:00 -0600
committerJeff Carr <[email protected]>2025-02-09 13:08:00 -0600
commitf30489219b69bc0665fcb6403a44f52469c8c2fa (patch)
tree929855c366c0accc428eabfc3bd33a70ba13710c /window.go
parentbb2732b62180322d2ff3b2824cc9a11e047f6aaa (diff)
color cleanups
Diffstat (limited to 'window.go')
-rw-r--r--window.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/window.go b/window.go
index e62d0e7..543e0c6 100644
--- a/window.go
+++ b/window.go
@@ -160,7 +160,7 @@ func (win *guiWidget) addWindowFrame(wId int) *tree.Node {
// set the name used by gocui to the id
tk.cuiName = fmt.Sprintf("%d DR", wId)
- tk.color = &colorGroup
+ // tk.color = &colorGroup
// add this new widget on the binary tree
tk.parent = win