summaryrefslogtreecommitdiff
path: root/window.go
diff options
context:
space:
mode:
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