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 5918d93 commit 24fcb33Copy full SHA for 24fcb33
src/libtmux/neo.py
@@ -114,7 +114,6 @@ class Obj:
114
pane_top: t.Union[str, None] = None
115
pane_tty: t.Union[str, None] = None
116
pane_width: t.Union[str, None] = None
117
-
118
pid: t.Union[str, None] = None
119
scroll_position: t.Union[str, None] = None
120
scroll_region_lower: t.Union[str, None] = None
0 commit comments