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 a83f07f commit 8c266c4Copy full SHA for 8c266c4
src/tmuxp/util.py
@@ -84,7 +84,7 @@ def oh_my_zsh_auto_title() -> None:
84
)
85
86
87
-def get_current_pane(server: "Server") -> t.Optional[t.Dict[str, str]]:
+def get_current_pane(server: "Server") -> t.Optional["Pane"]:
88
"""Return Pane if one found in env"""
89
if os.getenv("TMUX_PANE") is not None:
90
try:
0 commit comments