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 eee721b commit 1784d30Copy full SHA for 1784d30
src/libtmux/session.py
@@ -267,7 +267,7 @@ def show_options(
267
def show_option(
268
self, option: str, _global: bool = False
269
) -> t.Optional[t.Union[str, int, bool]]:
270
- """Return a list of options for the window.
+ """Return option value for the target session.
271
272
Parameters
273
----------
src/libtmux/window.py
@@ -407,7 +407,7 @@ def show_window_option(
407
self, option: str, g: bool = False
408
) -> t.Optional[t.Union[str, int]]:
409
"""
410
- Return a list of options for the window.
+ Return option value for the target window.
411
412
todo: test and return True/False for on/off string
413
0 commit comments