Skip to content

Commit b0b00f2

Browse files
committed
common: Add PaneOptionDict
1 parent 065c514 commit b0b00f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/libtmux/common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
SessionDict = t.Dict[str, t.Any]
3333
WindowDict = t.Dict[str, t.Any]
3434
WindowOptionDict = t.Dict[str, t.Any]
35+
PaneOptionDict = t.Dict[str, t.Any]
3536
PaneDict = t.Dict[str, t.Any]
3637

3738

0 commit comments

Comments
 (0)