commit 45f610f681a1e110dc2a2a27ffea9c721ec62968
parent ab1b9335a9b3b8c04dd191ad9e8300aba64a2bd6
Author: Oliver Lowe <o@olowe.co>
Date: Sat, 9 Nov 2024 08:37:44 +1100
Jira: add Comment command to issue window tags
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/Jira/acme.go b/Jira/acme.go
@@ -81,6 +81,9 @@ func (w *awin) Look(text string) bool {
}
}
win.Name(wname)
+ if path.Base(pathname) == "issue" {
+ win.Fprintf("tag", "Comment ")
+ }
ww := &awin{win, w.fsys}
go ww.EventLoop(ww)
go func() {