got stdout window to grab from a label

This commit is contained in:
Jeff Carr 2025-02-01 19:56:02 -06:00
parent d6f2fd983e
commit a069e6c984
1 changed files with 7 additions and 0 deletions

View File

@ -59,6 +59,13 @@ func mouseDown(g *gocui.Gui, v *gocui.View) error {
tk.doWidgetClick(mx, my) tk.doWidgetClick(mx, my)
return nil return nil
} }
if tk.node.WidgetType == widget.Label {
log.Info("IGNORE LABLE")
found = false
log.Info("setting mousedown to true")
msgMouseDown = true
return nil
}
/* /*
if tk.node.WidgetType == widget.Label { if tk.node.WidgetType == widget.Label {
log.Info("SENDING CLICK TO Label") log.Info("SENDING CLICK TO Label")