diff options
| author | Jeff Carr <[email protected]> | 2025-02-09 04:19:32 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-09 04:19:32 -0600 |
| commit | 9a08b37be40781681e5432774d6bc60a7a7816f1 (patch) | |
| tree | 6f69d57ece84004b18b4576d46deb21bee61c9ef /eventMouseClick.go | |
| parent | 955afcb1a98c87dfd51182fa03a25b8ad6495254 (diff) | |
better window titlebar
Diffstat (limited to 'eventMouseClick.go')
| -rw-r--r-- | eventMouseClick.go | 2 |
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() |
