got stdout window to grab from a label
This commit is contained in:
parent
d6f2fd983e
commit
a069e6c984
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue