From 2f6623ec5d750c53f47912958759843a3fb562a6 Mon Sep 17 00:00:00 2001 From: Andreas Arvidsson Date: Fri, 4 Aug 2023 17:38:10 +0200 Subject: [PATCH] Require both terminal and gdb tags (#1243) --- apps/gdb/gdb_active.talon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gdb/gdb_active.talon b/apps/gdb/gdb_active.talon index 12c6ce246c..ba73105f89 100644 --- a/apps/gdb/gdb_active.talon +++ b/apps/gdb/gdb_active.talon @@ -2,7 +2,7 @@ os: linux # XXX - this matches .gdb files atm #win.title: /gdb/ tag: terminal -tag: user.gdb +and tag: user.gdb - tag(): user.debugger until : "until {number}"