command: Exit loop in TermCmd() after terminal call

Otherwise the last opened pane is closed instead of the active one.
This commit is contained in:
Jöran Karl
2025-05-07 19:33:31 +02:00
parent 06fe85c8c9
commit 4769a94fb1

View File

@@ -1121,6 +1121,7 @@ func (h *BufPane) TermCmd(args []string) {
} else {
term(i, false)
}
break
}
}
}