We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b5d70 commit 9c4bfc4Copy full SHA for 9c4bfc4
libtmux/window.py
@@ -503,6 +503,7 @@ def attached_pane(self) -> t.Optional[Pane]:
503
# for now pane_active is a unicode
504
if "pane_active" in pane and pane.get("pane_active") == "1":
505
return Pane(window=self, **pane)
506
+ return None
507
508
def _list_panes(self) -> t.List[PaneDict]:
509
panes = self.server._update_panes()._panes
0 commit comments