fix(tmux): gate isolated pane activation on visible client focus

This commit is contained in:
Disaster-Terminator
2026-04-18 20:01:18 +08:00
committed by YeonGyu-Kim
parent c63108d55b
commit 4e3684eb2a
8 changed files with 74 additions and 16 deletions
@@ -269,6 +269,8 @@ describe("TmuxPollingManager overlap", () => {
const windowState: WindowState = {
windowWidth: 160,
windowHeight: 48,
windowActive: true,
sessionAttached: true,
mainPane: null,
agentPanes: [
{ paneId: "%1", width: 80, height: 24, left: 0, top: 0, title: "agent", isActive: true },