summaryrefslogtreecommitdiff
path: root/tui.go
diff options
context:
space:
mode:
Diffstat (limited to 'tui.go')
-rw-r--r--tui.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tui.go b/tui.go
index 366f466..eb1b165 100644
--- a/tui.go
+++ b/tui.go
@@ -726,6 +726,7 @@ func init() {
if event.Key() == tcell.KeyF6 {
interruptResp = true
botRespMode = false
+ toolRunningMode = false
return nil
}
if event.Key() == tcell.KeyF7 {