fix(tmux): gate isolated pane activation on visible client focus
This commit is contained in:
committed by
YeonGyu-Kim
parent
c63108d55b
commit
4e3684eb2a
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user