summaryrefslogtreecommitdiff
path: root/nocui/common.go
diff options
context:
space:
mode:
Diffstat (limited to 'nocui/common.go')
-rw-r--r--nocui/common.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/nocui/common.go b/nocui/common.go
index ff3e4bb..bfb76c8 100644
--- a/nocui/common.go
+++ b/nocui/common.go
@@ -98,6 +98,7 @@ func (n *node) doUserEvent() {
a.S = n.S
a.I = n.I
a.B = n.B
+ a.A = n.A
a.ActionType = widget.User
log.Log(INFO, "doUserEvent() START: send a user event to the callback channel")
callback <- a