diff options
| author | Jeff Carr <[email protected]> | 2025-02-09 13:08:00 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-09 13:08:00 -0600 |
| commit | f30489219b69bc0665fcb6403a44f52469c8c2fa (patch) | |
| tree | 929855c366c0accc428eabfc3bd33a70ba13710c /window.go | |
| parent | bb2732b62180322d2ff3b2824cc9a11e047f6aaa (diff) | |
color cleanups
Diffstat (limited to 'window.go')
| -rw-r--r-- | window.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
