summaryrefslogtreecommitdiff
path: root/eventMouseClick.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-09 04:19:32 -0600
committerJeff Carr <[email protected]>2025-02-09 04:19:32 -0600
commit9a08b37be40781681e5432774d6bc60a7a7816f1 (patch)
tree6f69d57ece84004b18b4576d46deb21bee61c9ef /eventMouseClick.go
parent955afcb1a98c87dfd51182fa03a25b8ad6495254 (diff)
better window titlebar
Diffstat (limited to 'eventMouseClick.go')
-rw-r--r--eventMouseClick.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/eventMouseClick.go b/eventMouseClick.go
index 08f2e6f..f596274 100644
--- a/eventMouseClick.go
+++ b/eventMouseClick.go
@@ -105,7 +105,7 @@ func doMouseClick(w int, h int) {
if win.checkWindowClose(w, h) {
return
}
- log.Info("you clicked on a window, but not any widgets. check for title / close window here", win.cuiName)
+ // log.Info("you clicked on a window, but not any widgets. check for title / close window here", win.cuiName)
win.redrawWindow(win.gocuiSize.w0, win.gocuiSize.h0)
me.stdout.outputOnTop = false
setThingsOnTop()