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 b33038c commit 508226dCopy full SHA for 508226d
src/libtmux/common.py
@@ -32,6 +32,7 @@
32
SessionDict = t.Dict[str, t.Any]
33
WindowDict = t.Dict[str, t.Any]
34
WindowOptionDict = t.Dict[str, t.Any]
35
+PaneOptionDict = t.Dict[str, t.Any]
36
PaneDict = t.Dict[str, t.Any]
37
38
0 commit comments